#577ABF

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

Shades of Havelock Blue #577ABF

Tints of Havelock Blue #577ABF

Color information

#577ABF (or 0x577ABF) is unknown color: approx Havelock Blue. HEX triplet: 57, 7A and BF. RGB value is (87,122,191). Sum of RGB (Red+Green+Blue) = 87+122+191=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #577ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ABF is #A88540. Grayscale: #777777. Windows color (decimal): -11044161 or 12548695. OLE color: 12548695.

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

Color convert

RGB87122191-
CMYK0.540.3600.25
HSL219.81º44.83%54.51%-
HSV(B)219.81º54.45%74.9%-
XYZ20.2919.7152.02-
YUV119.4168.4104.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.75%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 191 (75% from 255) = 47.75%
R=21.75%
G=30.5%
B=47.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871221910.540.3600.25219.8144.8354.51
Hex577ABF3624019dc2d37
Octal12717227766440313345567
Binary101011111110101011111111011010010001100111011100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,122,191); }

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

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

 a { background-color: rgb(87,122,191); }

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

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

 span { border-color: rgb(87,122,191); }

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