#557DCE

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

Shades of Havelock Blue #557DCE

Tints of Havelock Blue #557DCE

Color information

#557DCE (or 0x557DCE) is unknown color: approx Havelock Blue. HEX triplet: 55, 7D and CE. RGB value is (85,125,206). Sum of RGB (Red+Green+Blue) = 85+125+206=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #557DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DCE is #AA8231. Grayscale: #797979. Windows color (decimal): -11174450 or 13532501. OLE color: 13532501.

HSL color Cylindrical-coordinate representation of color #557DCE: hue angle of 220.17º 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 #557DCE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85125206-
CMYK0.590.3900.19
HSL220.17º55.25%57.06%-
HSV(B)220.17º58.74%80.78%-
XYZ22.2221.0561.29-
YUV122.27175.25101.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.43%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=20.43%
G=30.05%
B=49.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851252060.590.3900.19220.1755.2557.06
Hex557DCE3B27013dc3739
Octal12517531673470233346771
Binary101010111111011100111011101110011101001111011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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