#577ABA

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

Shades of Havelock Blue #577ABA

Tints of Havelock Blue #577ABA

Color information

#577ABA (or 0x577ABA) is unknown color: approx Havelock Blue. HEX triplet: 57, 7A and BA. RGB value is (87,122,186). Sum of RGB (Red+Green+Blue) = 87+122+186=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #577ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ABA is #A88545. Grayscale: #767676. Windows color (decimal): -11044166 or 12221015. OLE color: 12221015.

HSL color Cylindrical-coordinate representation of color #577ABA: hue angle of 218.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #577ABA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87122186-
CMYK0.530.3400.27
HSL218.79º41.77%53.53%-
HSV(B)218.79º53.23%72.94%-
XYZ19.7519.4949.18-
YUV118.83165.9105.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.03%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=22.03%
G=30.89%
B=47.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871221860.530.3400.27218.7941.7753.53
Hex577ABA352201Bdb2a36
Octal12717227265420333335266
Binary101011111110101011101011010110001001101111011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,122,186); }

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

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

 a { background-color: rgb(87,122,186); }

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

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

 span { border-color: rgb(87,122,186); }

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