#5A74CF

Color #5A74CF Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5A74CF

Tints of Havelock Blue #5A74CF

Color information

#5A74CF (or 0x5A74CF) is unknown color: approx Havelock Blue. HEX triplet: 5A, 74 and CF. RGB value is (90,116,207). Sum of RGB (Red+Green+Blue) = 90+116+207=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A74CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A74CF is #A58B30. Grayscale: #767676. Windows color (decimal): -10849073 or 13595738. OLE color: 13595738.

HSL color Cylindrical-coordinate representation of color #5A74CF: hue angle of 226.67º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A74CF is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB90116207-
CMYK0.570.4400.19
HSL226.67º54.93%58.24%-
HSV(B)226.67º56.52%81.18%-
XYZ21.7219.1761.59-
YUV118.6177.89107.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 21.79%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=21.79%
G=28.09%
B=50.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal901162070.570.4400.19226.6754.9358.24
Hex5A74CF392C013e3373a
Octal13216431771540233436772
Binary101101011101001100111111100110110001001111100011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A74CF; }

 p { color: rgb(90,116,207); }

 H1.HeaderClassName
 {
   color: #5A74CF;
 }
 .AnyTagClassName
 {
   color: #5A74CF;
 }
</style>
background-color css

<style>
 a { background-color: #5A74CF; }

 a { background-color: rgb(90,116,207); }

 div.DivClassName
 {
   background-color: #5A74CF;
 }
 .BgClassName
 {
   background-color: #5A74CF;
 }
</style>
border-color css

<style>
 span { border-color: #5A74CF; }

 span { border-color: rgb(90,116,207); }

 td.TdClassName
 {
   border-color: #5A74CF;
 }
 .TagClassName
 {
   border-color: #5A74CF;
 }
</style>