#557AB8

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

Shades of Havelock Blue #557AB8

Tints of Havelock Blue #557AB8

Color information

#557AB8 (or 0x557AB8) is unknown color: approx Havelock Blue. HEX triplet: 55, 7A and B8. RGB value is (85,122,184). Sum of RGB (Red+Green+Blue) = 85+122+184=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #557AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AB8 is #AA8547. Grayscale: #757575. Windows color (decimal): -11175240 or 12089941. OLE color: 12089941.

HSL color Cylindrical-coordinate representation of color #557AB8: hue angle of 217.58º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557AB8 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85122184-
CMYK0.540.3400.28
HSL217.58º41.08%52.75%-
HSV(B)217.58º53.8%72.16%-
XYZ19.3619.3148.05-
YUV118165.24104.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 184 (72.27% from 255) = 47.06%
R=21.74%
G=31.20%
B=47.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851221840.540.3400.28217.5841.0852.75
Hex557AB8362201Cda2935
Octal12517227066420343325165
Binary101010111110101011100011011010001001110011011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557AB8; }

 p { color: rgb(85,122,184); }

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

<style>
 a { background-color: #557AB8; }

 a { background-color: rgb(85,122,184); }

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

<style>
 span { border-color: #557AB8; }

 span { border-color: rgb(85,122,184); }

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