#577CB4

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

Shades of Havelock Blue #577CB4

Tints of Havelock Blue #577CB4

Color information

#577CB4 (or 0x577CB4) is unknown color: approx Havelock Blue. HEX triplet: 57, 7C and B4. RGB value is (87,124,180). Sum of RGB (Red+Green+Blue) = 87+124+180=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #577CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CB4 is #A8834B. Grayscale: #777777. Windows color (decimal): -11043660 or 11828311. OLE color: 11828311.

HSL color Cylindrical-coordinate representation of color #577CB4: hue angle of 216.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #577CB4 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB87124180-
CMYK0.520.3100.29
HSL216.13º38.27%52.35%-
HSV(B)216.13º51.67%70.59%-
XYZ19.3819.7445.97-
YUV119.32162.24104.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.25%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=22.25%
G=31.71%
B=46.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871241800.520.3100.29216.1338.2752.35
Hex577CB4341F01Dd82634
Octal12717426464370353304664
Binary10101111111100101101001101001111101110111011000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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