#577DDB

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

Shades of Havelock Blue #577DDB

Tints of Havelock Blue #577DDB

Color information

#577DDB (or 0x577DDB) is unknown color: approx Havelock Blue. HEX triplet: 57, 7D and DB. RGB value is (87,125,219). Sum of RGB (Red+Green+Blue) = 87+125+219=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #577DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DDB is #A88224. Grayscale: #7B7B7B. Windows color (decimal): -11043365 or 14384471. OLE color: 14384471.

HSL color Cylindrical-coordinate representation of color #577DDB: hue angle of 222.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577DDB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB87125219-
CMYK0.600.4300.14
HSL222.73º64.71%60%-
HSV(B)222.73º60.27%85.88%-
XYZ24.0521.8169.96-
YUV124.35181.41101.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.19%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 219 (85.94% from 255) = 50.81%
R=20.19%
G=29.00%
B=50.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal871252190.600.4300.14222.7364.7160
Hex577DDB3C2B0Edf413c
Octal127175333745301633710174
Binary101011111111011101101111110010101101110110111111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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