Shades of Havelock Blue #5875B9
Tints of Havelock Blue #5875B9
RGB
CMYK
RGB Variations
Color information
#5875B9 (or 0x5875B9) is known color: Havelock Blue. HEX triplet: 58, 75 and B9. RGB value is (88,117,185). Sum of RGB (Red+Green+Blue) = 88+117+185=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #5875B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875B9 is #A78A46. Grayscale: #737373. Windows color (decimal): -10979911 or 12154200. OLE color: 12154200.
HSL color Cylindrical-coordinate representation of color #5875B9: hue angle of 222.06º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5875B9 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 117 | 185 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.27 |
| HSL | 222.06º | 0.41% | 0.54% | - |
| HSV(B) | 222.06º | 0.52% | 0.73% | - |
| XYZ | 19.14 | 18.3 | 48.42 | - |
| YUV | 116.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 185 | 0.52 | 0.37 | 0 | 0.27 | 222.06 | 0.41 | 0.54 |
| Hex | 58 | 75 | B9 | 34 | 25 | 0 | 1B | DE | 29 | 36 |
| Octal | 130 | 165 | 271 | 64 | 45 | 0 | 33 | 336 | 51 | 66 |
| Binary | 1011000 | 1110101 | 10111001 | 110100 | 100101 | 0 | 11011 | 11011110 | 101001 | 110110 |
Color Harmonies of #5875B9
Complementary color
Monochromatic Colors of #5875B9
Black with #5875B9
Text Example
Text Example
White with #5875B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875B9; }
p { color: rgb(88,117,185); }
H1.HeaderClassName
{
color: #5875B9;
}
.AnyTagClassName
{
color: #5875B9;
}
</style>
background-color css
<style>
a { background-color: #5875B9; }
a { background-color: rgb(88,117,185); }
div.DivClassName
{
background-color: #5875B9;
}
.BgClassName
{
background-color: #5875B9;
}
</style>
border-color css
<style>
span { border-color: #5875B9; }
span { border-color: rgb(88,117,185); }
td.TdClassName
{
border-color: #5875B9;
}
.TagClassName
{
border-color: #5875B9;
}
</style>