#577DBE

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

Shades of Havelock Blue #577DBE

Tints of Havelock Blue #577DBE

Color information

#577DBE (or 0x577DBE) is unknown color: approx Havelock Blue. HEX triplet: 57, 7D and BE. RGB value is (87,125,190). Sum of RGB (Red+Green+Blue) = 87+125+190=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #577DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DBE is #A88241. Grayscale: #787878. Windows color (decimal): -11043394 or 12483927. OLE color: 12483927.

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

Color convert

RGB87125190-
CMYK0.540.3400.25
HSL217.86º44.21%54.31%-
HSV(B)217.86º54.21%74.51%-
XYZ20.5620.4151.57-
YUV121.05166.91103.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.64%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=21.64%
G=31.09%
B=47.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871251900.540.3400.25217.8644.2154.31
Hex577DBE3622019da2c36
Octal12717527666420313325466
Binary101011111111011011111011011010001001100111011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,125,190); }

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

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

 a { background-color: rgb(87,125,190); }

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

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

 span { border-color: rgb(87,125,190); }

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