#557AB4

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

Shades of Havelock Blue #557AB4

Tints of Havelock Blue #557AB4

Color information

#557AB4 (or 0x557AB4) is unknown color: approx Havelock Blue. HEX triplet: 55, 7A and B4. RGB value is (85,122,180). Sum of RGB (Red+Green+Blue) = 85+122+180=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #557AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AB4 is #AA854B. Grayscale: #757575. Windows color (decimal): -11175244 or 11827797. OLE color: 11827797.

HSL color Cylindrical-coordinate representation of color #557AB4: hue angle of 216.63º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #557AB4 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85122180-
CMYK0.530.3200.29
HSL216.63º38.78%51.96%-
HSV(B)216.63º52.78%70.59%-
XYZ18.9419.1545.88-
YUV117.55163.24104.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=21.96%
G=31.52%
B=46.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851221800.530.3200.29216.6338.7851.96
Hex557AB4352001Dd92734
Octal12517226465400353314764
Binary101010111110101011010011010110000001110111011001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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