#557EC8

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

Shades of Havelock Blue #557EC8

Tints of Havelock Blue #557EC8

Color information

#557EC8 (or 0x557EC8) is unknown color: approx Havelock Blue. HEX triplet: 55, 7E and C8. RGB value is (85,126,200). Sum of RGB (Red+Green+Blue) = 85+126+200=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #557EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EC8 is #AA8137. Grayscale: #797979. Windows color (decimal): -11174200 or 13139541. OLE color: 13139541.

HSL color Cylindrical-coordinate representation of color #557EC8: hue angle of 218.61º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557EC8 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85126200-
CMYK0.580.3700.22
HSL218.61º51.11%55.88%-
HSV(B)218.61º57.5%78.43%-
XYZ21.6321.0257.56-
YUV122.18171.92101.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=20.68%
G=30.66%
B=48.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851262000.580.3700.22218.6151.1155.88
Hex557EC83A25016db3338
Octal12517631072450263336370
Binary101010111111101100100011101010010101011011011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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