Shades of Havelock Blue #5D87CE
Tints of Havelock Blue #5D87CE
RGB
CMYK
RGB Variations
Color information
#5D87CE (or 0x5D87CE) is known color: Havelock Blue. HEX triplet: 5D, 87 and CE. RGB value is (93,135,206). Sum of RGB (Red+Green+Blue) = 93+135+206=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D87CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D87CE is #A27831. Grayscale: #828282. Windows color (decimal): -10647602 or 13535069. OLE color: 13535069.
HSL color Cylindrical-coordinate representation of color #5D87CE: hue angle of 217.7º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D87CE is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 135 | 206 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.19 |
| HSL | 217.7º | 0.54% | 0.59% | - |
| HSV(B) | 217.7º | 0.55% | 0.81% | - |
| XYZ | 24.32 | 24.11 | 61.76 | - |
| YUV | 130.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 206 | 0.55 | 0.34 | 0 | 0.19 | 217.7 | 0.54 | 0.59 |
| Hex | 5D | 87 | CE | 37 | 22 | 0 | 13 | DA | 36 | 3B |
| Octal | 135 | 207 | 316 | 67 | 42 | 0 | 23 | 332 | 66 | 73 |
| Binary | 1011101 | 10000111 | 11001110 | 110111 | 100010 | 0 | 10011 | 11011010 | 110110 | 111011 |
Color Harmonies of #5D87CE
Complementary color
Monochromatic Colors of #5D87CE
Black with #5D87CE
Text Example
Text Example
White with #5D87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D87CE; }
p { color: rgb(93,135,206); }
H1.HeaderClassName
{
color: #5D87CE;
}
.AnyTagClassName
{
color: #5D87CE;
}
</style>
background-color css
<style>
a { background-color: #5D87CE; }
a { background-color: rgb(93,135,206); }
div.DivClassName
{
background-color: #5D87CE;
}
.BgClassName
{
background-color: #5D87CE;
}
</style>
border-color css
<style>
span { border-color: #5D87CE; }
span { border-color: rgb(93,135,206); }
td.TdClassName
{
border-color: #5D87CE;
}
.TagClassName
{
border-color: #5D87CE;
}
</style>