#557AC0

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

Shades of Havelock Blue #557AC0

Tints of Havelock Blue #557AC0

Color information

#557AC0 (or 0x557AC0) is unknown color: approx Havelock Blue. HEX triplet: 55, 7A and C0. RGB value is (85,122,192). Sum of RGB (Red+Green+Blue) = 85+122+192=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #557AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AC0 is #AA853F. Grayscale: #767676. Windows color (decimal): -11175232 or 12614229. OLE color: 12614229.

HSL color Cylindrical-coordinate representation of color #557AC0: hue angle of 219.25º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557AC0 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85122192-
CMYK0.560.3600.25
HSL219.25º45.92%54.31%-
HSV(B)219.25º55.73%75.29%-
XYZ20.2219.6652.6-
YUV118.92169.24103.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=21.30%
G=30.58%
B=48.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851221920.560.3600.25219.2545.9254.31
Hex557AC03824019db2e36
Octal12517230070440313335666
Binary101010111110101100000011100010010001100111011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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