Shades of Havelock Blue #5885CA
Tints of Havelock Blue #5885CA
RGB
CMYK
RGB Variations
Color information
#5885CA (or 0x5885CA) is known color: Havelock Blue. HEX triplet: 58, 85 and CA. RGB value is (88,133,202). Sum of RGB (Red+Green+Blue) = 88+133+202=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #5885CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5885CA is #A77A35. Grayscale: #7F7F7F. Windows color (decimal): -10975798 or 13272408. OLE color: 13272408.
HSL color Cylindrical-coordinate representation of color #5885CA: hue angle of 216.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5885CA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 133 | 202 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.21 |
| HSL | 216.32º | 0.52% | 0.57% | - |
| HSV(B) | 216.32º | 0.56% | 0.79% | - |
| XYZ | 23.07 | 23.11 | 59.12 | - |
| YUV | 127.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 202 | 0.56 | 0.34 | 0 | 0.21 | 216.32 | 0.52 | 0.57 |
| Hex | 58 | 85 | CA | 38 | 22 | 0 | 15 | D8 | 34 | 39 |
| Octal | 130 | 205 | 312 | 70 | 42 | 0 | 25 | 330 | 64 | 71 |
| Binary | 1011000 | 10000101 | 11001010 | 111000 | 100010 | 0 | 10101 | 11011000 | 110100 | 111001 |
Color Harmonies of #5885CA
Complementary color
Monochromatic Colors of #5885CA
Black with #5885CA
Text Example
Text Example
White with #5885CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5885CA; }
p { color: rgb(88,133,202); }
H1.HeaderClassName
{
color: #5885CA;
}
.AnyTagClassName
{
color: #5885CA;
}
</style>
background-color css
<style>
a { background-color: #5885CA; }
a { background-color: rgb(88,133,202); }
div.DivClassName
{
background-color: #5885CA;
}
.BgClassName
{
background-color: #5885CA;
}
</style>
border-color css
<style>
span { border-color: #5885CA; }
span { border-color: rgb(88,133,202); }
td.TdClassName
{
border-color: #5885CA;
}
.TagClassName
{
border-color: #5885CA;
}
</style>