Shades of Havelock Blue #5875CB
Tints of Havelock Blue #5875CB
RGB
CMYK
RGB Variations
Color information
#5875CB (or 0x5875CB) is known color: Havelock Blue. HEX triplet: 58, 75 and CB. RGB value is (88,117,203). Sum of RGB (Red+Green+Blue) = 88+117+203=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #5875CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875CB is #A78A34. Grayscale: #757575. Windows color (decimal): -10979893 or 13333848. OLE color: 13333848.
HSL color Cylindrical-coordinate representation of color #5875CB: hue angle of 224.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5875CB is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 117 | 203 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.20 |
| HSL | 224.87º | 0.53% | 0.57% | - |
| HSV(B) | 224.87º | 0.57% | 0.8% | - |
| XYZ | 21.17 | 19.11 | 59.07 | - |
| YUV | 118.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 203 | 0.57 | 0.42 | 0 | 0.20 | 224.87 | 0.53 | 0.57 |
| Hex | 58 | 75 | CB | 39 | 2A | 0 | 14 | E1 | 35 | 39 |
| Octal | 130 | 165 | 313 | 71 | 52 | 0 | 24 | 341 | 65 | 71 |
| Binary | 1011000 | 1110101 | 11001011 | 111001 | 101010 | 0 | 10100 | 11100001 | 110101 | 111001 |
Color Harmonies of #5875CB
Complementary color
Monochromatic Colors of #5875CB
Black with #5875CB
Text Example
Text Example
White with #5875CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875CB; }
p { color: rgb(88,117,203); }
H1.HeaderClassName
{
color: #5875CB;
}
.AnyTagClassName
{
color: #5875CB;
}
</style>
background-color css
<style>
a { background-color: #5875CB; }
a { background-color: rgb(88,117,203); }
div.DivClassName
{
background-color: #5875CB;
}
.BgClassName
{
background-color: #5875CB;
}
</style>
border-color css
<style>
span { border-color: #5875CB; }
span { border-color: rgb(88,117,203); }
td.TdClassName
{
border-color: #5875CB;
}
.TagClassName
{
border-color: #5875CB;
}
</style>