#577FDA

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

Shades of Havelock Blue #577FDA

Tints of Havelock Blue #577FDA

Color information

#577FDA (or 0x577FDA) is unknown color: approx Havelock Blue. HEX triplet: 57, 7F and DA. RGB value is (87,127,218). Sum of RGB (Red+Green+Blue) = 87+127+218=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #577FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FDA is #A88025. Grayscale: #7D7D7D. Windows color (decimal): -11042854 or 14319447. OLE color: 14319447.

HSL color Cylindrical-coordinate representation of color #577FDA: hue angle of 221.68º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577FDA is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87127218-
CMYK0.600.4200.15
HSL221.68º63.9%59.8%-
HSV(B)221.68º60.09%85.49%-
XYZ24.1722.2769.35-
YUV125.41180.25100.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.14%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 218 (85.55% from 255) = 50.46%
R=20.14%
G=29.40%
B=50.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871272180.600.4200.15221.6863.959.8
Hex577FDA3C2A0Fde403c
Octal127177332745201733610074
Binary101011111111111101101011110010101001111110111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,127,218); }

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

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

 a { background-color: rgb(87,127,218); }

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

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

 span { border-color: rgb(87,127,218); }

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