#577BCA

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

Shades of Havelock Blue #577BCA

Tints of Havelock Blue #577BCA

Color information

#577BCA (or 0x577BCA) is unknown color: approx Havelock Blue. HEX triplet: 57, 7B and CA. RGB value is (87,123,202). Sum of RGB (Red+Green+Blue) = 87+123+202=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #577BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BCA is #A88435. Grayscale: #787878. Windows color (decimal): -11043894 or 13269847. OLE color: 13269847.

HSL color Cylindrical-coordinate representation of color #577BCA: hue angle of 221.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #577BCA is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87123202-
CMYK0.570.3900.21
HSL221.22º52.04%56.67%-
HSV(B)221.22º56.93%79.22%-
XYZ21.6720.4658.68-
YUV121.24173.57103.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=21.12%
G=29.85%
B=49.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871232020.570.3900.21221.2252.0456.67
Hex577BCA3927015dd3439
Octal12717331271470253356471
Binary101011111110111100101011100110011101010111011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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