Shades of Havelock Blue #5877BD
Tints of Havelock Blue #5877BD
RGB
CMYK
RGB Variations
Color information
#5877BD (or 0x5877BD) is known color: Havelock Blue. HEX triplet: 58, 77 and BD. RGB value is (88,119,189). Sum of RGB (Red+Green+Blue) = 88+119+189=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #5877BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877BD is #A78842. Grayscale: #757575. Windows color (decimal): -10979395 or 12416856. OLE color: 12416856.
HSL color Cylindrical-coordinate representation of color #5877BD: hue angle of 221.58º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5877BD is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 119 | 189 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.26 |
| HSL | 221.58º | 0.43% | 0.54% | - |
| HSV(B) | 221.58º | 0.53% | 0.74% | - |
| XYZ | 19.81 | 18.94 | 50.76 | - |
| YUV | 117.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 189 | 0.53 | 0.37 | 0 | 0.26 | 221.58 | 0.43 | 0.54 |
| Hex | 58 | 77 | BD | 35 | 25 | 0 | 1A | DE | 2B | 36 |
| Octal | 130 | 167 | 275 | 65 | 45 | 0 | 32 | 336 | 53 | 66 |
| Binary | 1011000 | 1110111 | 10111101 | 110101 | 100101 | 0 | 11010 | 11011110 | 101011 | 110110 |
Color Harmonies of #5877BD
Complementary color
Monochromatic Colors of #5877BD
Black with #5877BD
Text Example
Text Example
White with #5877BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877BD; }
p { color: rgb(88,119,189); }
H1.HeaderClassName
{
color: #5877BD;
}
.AnyTagClassName
{
color: #5877BD;
}
</style>
background-color css
<style>
a { background-color: #5877BD; }
a { background-color: rgb(88,119,189); }
div.DivClassName
{
background-color: #5877BD;
}
.BgClassName
{
background-color: #5877BD;
}
</style>
border-color css
<style>
span { border-color: #5877BD; }
span { border-color: rgb(88,119,189); }
td.TdClassName
{
border-color: #5877BD;
}
.TagClassName
{
border-color: #5877BD;
}
</style>