#5876BB

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

Shades of Havelock Blue #5876BB

Tints of Havelock Blue #5876BB

Color information

#5876BB (or 0x5876BB) is unknown color: approx Havelock Blue. HEX triplet: 58, 76 and BB. RGB value is (88,118,187). Sum of RGB (Red+Green+Blue) = 88+118+187=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #5876BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5876BB is #A78944. Grayscale: #747474. Windows color (decimal): -10979653 or 12285528. OLE color: 12285528.

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

Color convert

RGB88118187-
CMYK0.530.3700.27
HSL221.82º42.13%53.92%-
HSV(B)221.82º52.94%73.33%-
XYZ19.4718.6249.58-
YUV116.9167.56107.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=22.39%
G=30.03%
B=47.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881181870.530.3700.27221.8242.1353.92
Hex5876BB352501Bde2a36
Octal13016627365450333365266
Binary101100011101101011101111010110010101101111011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5876BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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