#5574CF

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

Shades of Havelock Blue #5574CF

Tints of Havelock Blue #5574CF

Color information

#5574CF (or 0x5574CF) is unknown color: approx Havelock Blue. HEX triplet: 55, 74 and CF. RGB value is (85,116,207). Sum of RGB (Red+Green+Blue) = 85+116+207=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #5574CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5574CF is #AA8B30. Grayscale: #747474. Windows color (decimal): -11176753 or 13595733. OLE color: 13595733.

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

Color convert

RGB85116207-
CMYK0.590.4400.19
HSL224.75º55.96%57.25%-
HSV(B)224.75º58.94%81.18%-
XYZ21.2518.9361.56-
YUV117.1178.73105.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 207 (81.25% from 255) = 50.74%
R=20.83%
G=28.43%
B=50.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851162070.590.4400.19224.7555.9657.25
Hex5574CF3B2C013e13839
Octal12516431773540233417071
Binary101010111101001100111111101110110001001111100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5574CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5574CF; }

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

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

<style>
 a { background-color: #5574CF; }

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

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

<style>
 span { border-color: #5574CF; }

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

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