#577CBD

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

Shades of Havelock Blue #577CBD

Tints of Havelock Blue #577CBD

Color information

#577CBD (or 0x577CBD) is unknown color: approx Havelock Blue. HEX triplet: 57, 7C and BD. RGB value is (87,124,189). Sum of RGB (Red+Green+Blue) = 87+124+189=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #577CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CBD is #A88342. Grayscale: #787878. Windows color (decimal): -11043651 or 12418135. OLE color: 12418135.

HSL color Cylindrical-coordinate representation of color #577CBD: hue angle of 218.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577CBD is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87124189-
CMYK0.540.3400.26
HSL218.24º43.59%54.12%-
HSV(B)218.24º53.97%74.12%-
XYZ20.3220.1250.96-
YUV120.35166.74104.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.75%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=21.75%
G=31%
B=47.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871241890.540.3400.26218.2443.5954.12
Hex577CBD362201Ada2c36
Octal12717427566420323325466
Binary101011111111001011110111011010001001101011011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,124,189); }

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

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

 a { background-color: rgb(87,124,189); }

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

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

 span { border-color: rgb(87,124,189); }

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