#577FBB

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

Shades of Havelock Blue #577FBB

Tints of Havelock Blue #577FBB

Color information

#577FBB (or 0x577FBB) is unknown color: approx Havelock Blue. HEX triplet: 57, 7F and BB. RGB value is (87,127,187). Sum of RGB (Red+Green+Blue) = 87+127+187=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #577FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FBB is #A88044. Grayscale: #797979. Windows color (decimal): -11042885 or 12287831. OLE color: 12287831.

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

Color convert

RGB87127187-
CMYK0.530.3200.27
HSL216º42.37%53.73%-
HSV(B)216º53.48%73.33%-
XYZ20.4920.7949.95-
YUV121.88164.75103.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.70%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=21.70%
G=31.67%
B=46.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871271870.530.3200.2721642.3753.73
Hex577FBB352001Bd82a36
Octal12717727365400333305266
Binary101011111111111011101111010110000001101111011000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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