#557CC0

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

Shades of Havelock Blue #557CC0

Tints of Havelock Blue #557CC0

Color information

#557CC0 (or 0x557CC0) is unknown color: approx Havelock Blue. HEX triplet: 55, 7C and C0. RGB value is (85,124,192). Sum of RGB (Red+Green+Blue) = 85+124+192=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #557CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CC0 is #AA833F. Grayscale: #777777. Windows color (decimal): -11174720 or 12614741. OLE color: 12614741.

HSL color Cylindrical-coordinate representation of color #557CC0: hue angle of 218.13º 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 #557CC0 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85124192-
CMYK0.560.3500.25
HSL218.13º45.92%54.31%-
HSV(B)218.13º55.73%75.29%-
XYZ20.4720.1552.68-
YUV120.09168.58102.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=21.20%
G=30.92%
B=47.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851241920.560.3500.25218.1345.9254.31
Hex557CC03823019da2e36
Octal12517430070430313325666
Binary101010111111001100000011100010001101100111011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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