#577FB6

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

Shades of Havelock Blue #577FB6

Tints of Havelock Blue #577FB6

Color information

#577FB6 (or 0x577FB6) is unknown color: approx Havelock Blue. HEX triplet: 57, 7F and B6. RGB value is (87,127,182). Sum of RGB (Red+Green+Blue) = 87+127+182=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #577FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FB6 is #A88049. Grayscale: #797979. Windows color (decimal): -11042890 or 11960151. OLE color: 11960151.

HSL color Cylindrical-coordinate representation of color #577FB6: hue angle of 214.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #577FB6 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB87127182-
CMYK0.520.3000.29
HSL214.74º39.42%52.75%-
HSV(B)214.74º52.2%71.37%-
XYZ19.9620.5847.18-
YUV121.31162.25103.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.97%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=21.97%
G=32.07%
B=45.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871271820.520.3000.29214.7439.4252.75
Hex577FB6341E01Dd72735
Octal12717726664360353274765
Binary10101111111111101101101101001111001110111010111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,127,182); }

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

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

 a { background-color: rgb(87,127,182); }

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

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

 span { border-color: rgb(87,127,182); }

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