#577DB9

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

Shades of Havelock Blue #577DB9

Tints of Havelock Blue #577DB9

Color information

#577DB9 (or 0x577DB9) is unknown color: approx Havelock Blue. HEX triplet: 57, 7D and B9. RGB value is (87,125,185). Sum of RGB (Red+Green+Blue) = 87+125+185=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #577DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DB9 is #A88246. Grayscale: #787878. Windows color (decimal): -11043399 or 12156247. OLE color: 12156247.

HSL color Cylindrical-coordinate representation of color #577DB9: hue angle of 216.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #577DB9 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87125185-
CMYK0.530.3200.27
HSL216.73º41.18%53.33%-
HSV(B)216.73º52.97%72.55%-
XYZ20.0220.248.74-
YUV120.48164.41104.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.91%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=21.91%
G=31.49%
B=46.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871251850.530.3200.27216.7341.1853.33
Hex577DB9352001Bd92935
Octal12717527165400333315165
Binary101011111111011011100111010110000001101111011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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