#577EB4

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

Shades of Havelock Blue #577EB4

Tints of Havelock Blue #577EB4

Color information

#577EB4 (or 0x577EB4) is unknown color: approx Havelock Blue. HEX triplet: 57, 7E and B4. RGB value is (87,126,180). Sum of RGB (Red+Green+Blue) = 87+126+180=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #577EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EB4 is #A8814B. Grayscale: #787878. Windows color (decimal): -11043148 or 11828823. OLE color: 11828823.

HSL color Cylindrical-coordinate representation of color #577EB4: hue angle of 214.84º 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 #577EB4 is Cyan = 0.52, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB87126180-
CMYK0.520.300.29
HSL214.84º38.27%52.35%-
HSV(B)214.84º51.67%70.59%-
XYZ19.6320.2446.05-
YUV120.49161.58104.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.14%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=22.14%
G=32.06%
B=45.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871261800.520.300.29214.8438.2752.35
Hex577EB4341E01Dd72634
Octal12717626464360353274664
Binary10101111111110101101001101001111001110111010111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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