#577DBA

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

Shades of Havelock Blue #577DBA

Tints of Havelock Blue #577DBA

Color information

#577DBA (or 0x577DBA) is unknown color: approx Havelock Blue. HEX triplet: 57, 7D and BA. RGB value is (87,125,186). Sum of RGB (Red+Green+Blue) = 87+125+186=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #577DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DBA is #A88245. Grayscale: #787878. Windows color (decimal): -11043398 or 12221783. OLE color: 12221783.

HSL color Cylindrical-coordinate representation of color #577DBA: hue angle of 216.97º 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 #577DBA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87125186-
CMYK0.530.3300.27
HSL216.97º41.77%53.53%-
HSV(B)216.97º53.23%72.94%-
XYZ20.1320.2449.3-
YUV120.59164.91104.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.86%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=21.86%
G=31.41%
B=46.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871251860.530.3300.27216.9741.7753.53
Hex577DBA352101Bd92a36
Octal12717527265410333315266
Binary101011111111011011101011010110000101101111011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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