Shades of Havelock Blue #5C87CA
Tints of Havelock Blue #5C87CA
RGB
CMYK
RGB Variations
Color information
#5C87CA (or 0x5C87CA) is known color: Havelock Blue. HEX triplet: 5C, 87 and CA. RGB value is (92,135,202). Sum of RGB (Red+Green+Blue) = 92+135+202=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C87CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C87CA is #A37835. Grayscale: #818181. Windows color (decimal): -10713142 or 13272924. OLE color: 13272924.
HSL color Cylindrical-coordinate representation of color #5C87CA: hue angle of 216.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C87CA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 135 | 202 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.21 |
| HSL | 216.55º | 0.51% | 0.58% | - |
| HSV(B) | 216.55º | 0.54% | 0.79% | - |
| XYZ | 23.74 | 23.87 | 59.23 | - |
| YUV | 129.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 202 | 0.54 | 0.33 | 0 | 0.21 | 216.55 | 0.51 | 0.58 |
| Hex | 5C | 87 | CA | 36 | 21 | 0 | 15 | D9 | 33 | 3A |
| Octal | 134 | 207 | 312 | 66 | 41 | 0 | 25 | 331 | 63 | 72 |
| Binary | 1011100 | 10000111 | 11001010 | 110110 | 100001 | 0 | 10101 | 11011001 | 110011 | 111010 |
Color Harmonies of #5C87CA
Complementary color
Monochromatic Colors of #5C87CA
Black with #5C87CA
Text Example
Text Example
White with #5C87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C87CA; }
p { color: rgb(92,135,202); }
H1.HeaderClassName
{
color: #5C87CA;
}
.AnyTagClassName
{
color: #5C87CA;
}
</style>
background-color css
<style>
a { background-color: #5C87CA; }
a { background-color: rgb(92,135,202); }
div.DivClassName
{
background-color: #5C87CA;
}
.BgClassName
{
background-color: #5C87CA;
}
</style>
border-color css
<style>
span { border-color: #5C87CA; }
span { border-color: rgb(92,135,202); }
td.TdClassName
{
border-color: #5C87CA;
}
.TagClassName
{
border-color: #5C87CA;
}
</style>