Shades of Havelock Blue #5789CA
Tints of Havelock Blue #5789CA
RGB
CMYK
RGB Variations
Color information
#5789CA (or 0x5789CA) is known color: Havelock Blue. HEX triplet: 57, 89 and CA. RGB value is (87,137,202). Sum of RGB (Red+Green+Blue) = 87+137+202=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #5789CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5789CA is #A87635. Grayscale: #818181. Windows color (decimal): -11040310 or 13273431. OLE color: 13273431.
HSL color Cylindrical-coordinate representation of color #5789CA: hue angle of 213.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5789CA is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 137 | 202 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.21 |
| HSL | 213.91º | 0.52% | 0.57% | - |
| HSV(B) | 213.91º | 0.57% | 0.79% | - |
| XYZ | 23.54 | 24.18 | 59.3 | - |
| YUV | 129.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 137 | 202 | 0.57 | 0.32 | 0 | 0.21 | 213.91 | 0.52 | 0.57 |
| Hex | 57 | 89 | CA | 39 | 20 | 0 | 15 | D6 | 34 | 39 |
| Octal | 127 | 211 | 312 | 71 | 40 | 0 | 25 | 326 | 64 | 71 |
| Binary | 1010111 | 10001001 | 11001010 | 111001 | 100000 | 0 | 10101 | 11010110 | 110100 | 111001 |
Color Harmonies of #5789CA
Complementary color
Monochromatic Colors of #5789CA
Black with #5789CA
Text Example
Text Example
White with #5789CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5789CA; }
p { color: rgb(87,137,202); }
H1.HeaderClassName
{
color: #5789CA;
}
.AnyTagClassName
{
color: #5789CA;
}
</style>
background-color css
<style>
a { background-color: #5789CA; }
a { background-color: rgb(87,137,202); }
div.DivClassName
{
background-color: #5789CA;
}
.BgClassName
{
background-color: #5789CA;
}
</style>
border-color css
<style>
span { border-color: #5789CA; }
span { border-color: rgb(87,137,202); }
td.TdClassName
{
border-color: #5789CA;
}
.TagClassName
{
border-color: #5789CA;
}
</style>