#557CCE

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

Shades of Havelock Blue #557CCE

Tints of Havelock Blue #557CCE

Color information

#557CCE (or 0x557CCE) is unknown color: approx Havelock Blue. HEX triplet: 55, 7C and CE. RGB value is (85,124,206). Sum of RGB (Red+Green+Blue) = 85+124+206=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #557CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CCE is #AA8331. Grayscale: #797979. Windows color (decimal): -11174706 or 13532245. OLE color: 13532245.

HSL color Cylindrical-coordinate representation of color #557CCE: hue angle of 220.66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557CCE is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85124206-
CMYK0.590.4000.19
HSL220.66º55.25%57.06%-
HSV(B)220.66º58.74%80.78%-
XYZ22.0920.861.24-
YUV121.69175.58101.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=20.48%
G=29.88%
B=49.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851242060.590.4000.19220.6655.2557.06
Hex557CCE3B28013dd3739
Octal12517431673500233356771
Binary101010111111001100111011101110100001001111011101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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