#577BAF

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

Shades of Havelock Blue #577BAF

Tints of Havelock Blue #577BAF

Color information

#577BAF (or 0x577BAF) is unknown color: approx Havelock Blue. HEX triplet: 57, 7B and AF. RGB value is (87,123,175). Sum of RGB (Red+Green+Blue) = 87+123+175=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #577BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577BAF is #A88450. Grayscale: #757575. Windows color (decimal): -11043921 or 11500375. OLE color: 11500375.

HSL color Cylindrical-coordinate representation of color #577BAF: hue angle of 215.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #577BAF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87123175-
CMYK0.500.3000.31
HSL215.45º35.48%51.37%-
HSV(B)215.45º50.29%68.63%-
XYZ18.7519.2943.29-
YUV118.16160.07105.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.60%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=22.60%
G=31.95%
B=45.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871231750.500.3000.31215.4535.4851.37
Hex577BAF321E01Fd72333
Octal12717325762360373274363
Binary10101111111011101011111100101111001111111010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,123,175); }

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

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

 a { background-color: rgb(87,123,175); }

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

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

 span { border-color: rgb(87,123,175); }

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