Shades of Havelock Blue #5875CE
Tints of Havelock Blue #5875CE
RGB
CMYK
RGB Variations
Color information
#5875CE (or 0x5875CE) is known color: Havelock Blue. HEX triplet: 58, 75 and CE. RGB value is (88,117,206). Sum of RGB (Red+Green+Blue) = 88+117+206=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #5875CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875CE is #A78A31. Grayscale: #767676. Windows color (decimal): -10979890 or 13530456. OLE color: 13530456.
HSL color Cylindrical-coordinate representation of color #5875CE: hue angle of 225.25º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5875CE is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 117 | 206 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.19 |
| HSL | 225.25º | 0.55% | 0.58% | - |
| HSV(B) | 225.25º | 0.57% | 0.81% | - |
| XYZ | 21.53 | 19.25 | 60.97 | - |
| YUV | 118.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 206 | 0.57 | 0.43 | 0 | 0.19 | 225.25 | 0.55 | 0.58 |
| Hex | 58 | 75 | CE | 39 | 2B | 0 | 13 | E1 | 37 | 3A |
| Octal | 130 | 165 | 316 | 71 | 53 | 0 | 23 | 341 | 67 | 72 |
| Binary | 1011000 | 1110101 | 11001110 | 111001 | 101011 | 0 | 10011 | 11100001 | 110111 | 111010 |
Color Harmonies of #5875CE
Complementary color
Monochromatic Colors of #5875CE
Black with #5875CE
Text Example
Text Example
White with #5875CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875CE; }
p { color: rgb(88,117,206); }
H1.HeaderClassName
{
color: #5875CE;
}
.AnyTagClassName
{
color: #5875CE;
}
</style>
background-color css
<style>
a { background-color: #5875CE; }
a { background-color: rgb(88,117,206); }
div.DivClassName
{
background-color: #5875CE;
}
.BgClassName
{
background-color: #5875CE;
}
</style>
border-color css
<style>
span { border-color: #5875CE; }
span { border-color: rgb(88,117,206); }
td.TdClassName
{
border-color: #5875CE;
}
.TagClassName
{
border-color: #5875CE;
}
</style>