Shades of Havelock Blue #5876BB
Tints of Havelock Blue #5876BB
RGB
CMYK
RGB Variations
Color information
#5876BB (or 0x5876BB) is known color: 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
| RGB | 88 | 118 | 187 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.27 |
| HSL | 221.82º | 0.42% | 0.54% | - |
| HSV(B) | 221.82º | 0.53% | 0.73% | - |
| XYZ | 19.47 | 18.62 | 49.58 | - |
| YUV | 116.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 187 | 0.53 | 0.37 | 0 | 0.27 | 221.82 | 0.42 | 0.54 |
| Hex | 58 | 76 | BB | 35 | 25 | 0 | 1B | DE | 2A | 36 |
| Octal | 130 | 166 | 273 | 65 | 45 | 0 | 33 | 336 | 52 | 66 |
| Binary | 1011000 | 1110110 | 10111011 | 110101 | 100101 | 0 | 11011 | 11011110 | 101010 | 110110 |
Color Harmonies of #5876BB
Complementary color
Monochromatic Colors of #5876BB
Black with #5876BB
Text Example
Text Example
White with #5876BB
Text Example
Text Example
HTML Codes & Css Web 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>