Shades of Havelock Blue #5A87CC
Tints of Havelock Blue #5A87CC
RGB
CMYK
RGB Variations
Color information
#5A87CC (or 0x5A87CC) is known color: Havelock Blue. HEX triplet: 5A, 87 and CC. RGB value is (90,135,204). Sum of RGB (Red+Green+Blue) = 90+135+204=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A87CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A87CC is #A57833. Grayscale: #818181. Windows color (decimal): -10844212 or 13403994. OLE color: 13403994.
HSL color Cylindrical-coordinate representation of color #5A87CC: hue angle of 216.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A87CC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 135 | 204 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.2 |
| HSL | 216.32º | 0.53% | 0.58% | - |
| HSV(B) | 216.32º | 0.56% | 0.8% | - |
| XYZ | 23.78 | 23.86 | 60.48 | - |
| YUV | 129.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 204 | 0.56 | 0.34 | 0 | 0.2 | 216.32 | 0.53 | 0.58 |
| Hex | 5A | 87 | CC | 38 | 22 | 0 | 14 | D8 | 35 | 3A |
| Octal | 132 | 207 | 314 | 70 | 42 | 0 | 24 | 330 | 65 | 72 |
| Binary | 1011010 | 10000111 | 11001100 | 111000 | 100010 | 0 | 10100 | 11011000 | 110101 | 111010 |
Color Harmonies of #5A87CC
Complementary color
Monochromatic Colors of #5A87CC
Black with #5A87CC
Text Example
Text Example
White with #5A87CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A87CC; }
p { color: rgb(90,135,204); }
H1.HeaderClassName
{
color: #5A87CC;
}
.AnyTagClassName
{
color: #5A87CC;
}
</style>
background-color css
<style>
a { background-color: #5A87CC; }
a { background-color: rgb(90,135,204); }
div.DivClassName
{
background-color: #5A87CC;
}
.BgClassName
{
background-color: #5A87CC;
}
</style>
border-color css
<style>
span { border-color: #5A87CC; }
span { border-color: rgb(90,135,204); }
td.TdClassName
{
border-color: #5A87CC;
}
.TagClassName
{
border-color: #5A87CC;
}
</style>