#5877BB

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

Shades of Havelock Blue #5877BB

Tints of Havelock Blue #5877BB

Color information

#5877BB (or 0x5877BB) is unknown color: approx Havelock Blue. HEX triplet: 58, 77 and BB. RGB value is (88,119,187). Sum of RGB (Red+Green+Blue) = 88+119+187=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #5877BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877BB is #A78844. Grayscale: #757575. Windows color (decimal): -10979397 or 12285784. OLE color: 12285784.

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

Color convert

RGB88119187-
CMYK0.530.3600.27
HSL221.21º42.13%53.92%-
HSV(B)221.21º52.94%73.33%-
XYZ19.5918.8649.62-
YUV117.48167.23106.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=22.34%
G=30.20%
B=47.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881191870.530.3600.27221.2142.1353.92
Hex5877BB352401Bdd2a36
Octal13016727365440333355266
Binary101100011101111011101111010110010001101111011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5877BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5877BB; }

 p { color: rgb(88,119,187); }

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

<style>
 a { background-color: #5877BB; }

 a { background-color: rgb(88,119,187); }

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

<style>
 span { border-color: #5877BB; }

 span { border-color: rgb(88,119,187); }

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