#558AD2

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

Shades of Havelock Blue #558AD2

Tints of Havelock Blue #558AD2

Color information

#558AD2 (or 0x558AD2) is unknown color: approx Havelock Blue. HEX triplet: 55, 8A and D2. RGB value is (85,138,210). Sum of RGB (Red+Green+Blue) = 85+138+210=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #558AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AD2 is #AA752D. Grayscale: #828282. Windows color (decimal): -11171118 or 13797973. OLE color: 13797973.

HSL color Cylindrical-coordinate representation of color #558AD2: hue angle of 214.56º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558AD2 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85138210-
CMYK0.600.3400.18
HSL214.56º58.14%57.84%-
HSV(B)214.56º59.52%82.35%-
XYZ24.4724.7664.46-
YUV130.36172.9495.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.63%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 210 (82.42% from 255) = 48.50%
R=19.63%
G=31.87%
B=48.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851382100.600.3400.18214.5658.1457.84
Hex558AD23C22012d73a3a
Octal12521232274420223277272
Binary1010101100010101101001011110010001001001011010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558AD2; }

 p { color: rgb(85,138,210); }

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

<style>
 a { background-color: #558AD2; }

 a { background-color: rgb(85,138,210); }

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

<style>
 span { border-color: #558AD2; }

 span { border-color: rgb(85,138,210); }

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