#556FC9

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

Shades of Havelock Blue #556FC9

Tints of Havelock Blue #556FC9

Color information

#556FC9 (or 0x556FC9) is unknown color: approx Havelock Blue. HEX triplet: 55, 6F and C9. RGB value is (85,111,201). Sum of RGB (Red+Green+Blue) = 85+111+201=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #556FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FC9 is #AA9036. Grayscale: #717171. Windows color (decimal): -11178039 or 13201237. OLE color: 13201237.

HSL color Cylindrical-coordinate representation of color #556FC9: hue angle of 226.55º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556FC9 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85111201-
CMYK0.580.4500.21
HSL226.55º51.79%56.08%-
HSV(B)226.55º57.71%78.82%-
XYZ19.9717.5257.59-
YUV113.49177.39107.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 201 (78.91% from 255) = 50.63%
R=21.41%
G=27.96%
B=50.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851112010.580.4500.21226.5551.7956.08
Hex556FC93A2D015e33438
Octal12515731172550253436470
Binary101010111011111100100111101010110101010111100011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556FC9; }

 p { color: rgb(85,111,201); }

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

<style>
 a { background-color: #556FC9; }

 a { background-color: rgb(85,111,201); }

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

<style>
 span { border-color: #556FC9; }

 span { border-color: rgb(85,111,201); }

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