Shades of Havelock Blue #5A87CE
Tints of Havelock Blue #5A87CE
RGB
CMYK
RGB Variations
Color information
#5A87CE (or 0x5A87CE) is known color: Havelock Blue. HEX triplet: 5A, 87 and CE. RGB value is (90,135,206). Sum of RGB (Red+Green+Blue) = 90+135+206=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A87CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A87CE is #A57831. Grayscale: #818181. Windows color (decimal): -10844210 or 13535066. OLE color: 13535066.
HSL color Cylindrical-coordinate representation of color #5A87CE: hue angle of 216.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A87CE is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 135 | 206 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.19 |
| HSL | 216.72º | 0.54% | 0.58% | - |
| HSV(B) | 216.72º | 0.56% | 0.81% | - |
| XYZ | 24.02 | 23.96 | 61.75 | - |
| YUV | 129.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 206 | 0.56 | 0.34 | 0 | 0.19 | 216.72 | 0.54 | 0.58 |
| Hex | 5A | 87 | CE | 38 | 22 | 0 | 13 | D9 | 36 | 3A |
| Octal | 132 | 207 | 316 | 70 | 42 | 0 | 23 | 331 | 66 | 72 |
| Binary | 1011010 | 10000111 | 11001110 | 111000 | 100010 | 0 | 10011 | 11011001 | 110110 | 111010 |
Color Harmonies of #5A87CE
Complementary color
Monochromatic Colors of #5A87CE
Black with #5A87CE
Text Example
Text Example
White with #5A87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A87CE; }
p { color: rgb(90,135,206); }
H1.HeaderClassName
{
color: #5A87CE;
}
.AnyTagClassName
{
color: #5A87CE;
}
</style>
background-color css
<style>
a { background-color: #5A87CE; }
a { background-color: rgb(90,135,206); }
div.DivClassName
{
background-color: #5A87CE;
}
.BgClassName
{
background-color: #5A87CE;
}
</style>
border-color css
<style>
span { border-color: #5A87CE; }
span { border-color: rgb(90,135,206); }
td.TdClassName
{
border-color: #5A87CE;
}
.TagClassName
{
border-color: #5A87CE;
}
</style>