#557ECE

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

Shades of Havelock Blue #557ECE

Tints of Havelock Blue #557ECE

Color information

#557ECE (or 0x557ECE) is unknown color: approx Havelock Blue. HEX triplet: 55, 7E and CE. RGB value is (85,126,206). Sum of RGB (Red+Green+Blue) = 85+126+206=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #557ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ECE is #AA8131. Grayscale: #7A7A7A. Windows color (decimal): -11174194 or 13532757. OLE color: 13532757.

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

Color convert

RGB85126206-
CMYK0.590.3900.19
HSL219.67º55.25%57.06%-
HSV(B)219.67º58.74%80.78%-
XYZ22.3521.3161.33-
YUV122.86174.92101-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=20.38%
G=30.22%
B=49.40%

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
Decimal851262060.590.3900.19219.6755.2557.06
Hex557ECE3B27013dc3739
Octal12517631673470233346771
Binary101010111111101100111011101110011101001111011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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