#577BBD

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

Shades of Havelock Blue #577BBD

Tints of Havelock Blue #577BBD

Color information

#577BBD (or 0x577BBD) is unknown color: approx Havelock Blue. HEX triplet: 57, 7B and BD. RGB value is (87,123,189). Sum of RGB (Red+Green+Blue) = 87+123+189=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #577BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BBD is #A88442. Grayscale: #777777. Windows color (decimal): -11043907 or 12417879. OLE color: 12417879.

HSL color Cylindrical-coordinate representation of color #577BBD: hue angle of 218.82º 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 #577BBD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87123189-
CMYK0.540.3500.26
HSL218.82º43.59%54.12%-
HSV(B)218.82º53.97%74.12%-
XYZ20.219.8750.91-
YUV119.76167.07104.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.80%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=21.80%
G=30.83%
B=47.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871231890.540.3500.26218.8243.5954.12
Hex577BBD362301Adb2c36
Octal12717327566430323335466
Binary101011111110111011110111011010001101101011011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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