#577EBD

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

Shades of Havelock Blue #577EBD

Tints of Havelock Blue #577EBD

Color information

#577EBD (or 0x577EBD) is unknown color: approx Havelock Blue. HEX triplet: 57, 7E and BD. RGB value is (87,126,189). Sum of RGB (Red+Green+Blue) = 87+126+189=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #577EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EBD is #A88142. Grayscale: #797979. Windows color (decimal): -11043139 or 12418647. OLE color: 12418647.

HSL color Cylindrical-coordinate representation of color #577EBD: hue angle of 217.06º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577EBD is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87126189-
CMYK0.540.3300.26
HSL217.06º43.59%54.12%-
HSV(B)217.06º53.97%74.12%-
XYZ20.5820.6251.04-
YUV121.52166.08103.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.64%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=21.64%
G=31.34%
B=47.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871261890.540.3300.26217.0643.5954.12
Hex577EBD362101Ad92c36
Octal12717627566410323315466
Binary101011111111101011110111011010000101101011011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577EBD; }

 p { color: rgb(87,126,189); }

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

<style>
 a { background-color: #577EBD; }

 a { background-color: rgb(87,126,189); }

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

<style>
 span { border-color: #577EBD; }

 span { border-color: rgb(87,126,189); }

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