#556FCB

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

Shades of Havelock Blue #556FCB

Tints of Havelock Blue #556FCB

Color information

#556FCB (or 0x556FCB) is unknown color: approx Havelock Blue. HEX triplet: 55, 6F and CB. RGB value is (85,111,203). Sum of RGB (Red+Green+Blue) = 85+111+203=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #556FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FCB is #AA9034. Grayscale: #717171. Windows color (decimal): -11178037 or 13332309. OLE color: 13332309.

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

Color convert

RGB85111203-
CMYK0.580.4500.20
HSL226.78º53.15%56.47%-
HSV(B)226.78º58.13%79.61%-
XYZ20.2117.6158.83-
YUV113.71178.39107.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=21.30%
G=27.82%
B=50.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851112030.580.4500.20226.7853.1556.47
Hex556FCB3A2D014e33538
Octal12515731372550243436570
Binary101010111011111100101111101010110101010011100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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