Shades of Havelock Blue #5B86CA
Tints of Havelock Blue #5B86CA
RGB
CMYK
RGB Variations
Color information
#5B86CA (or 0x5B86CA) is known color: Havelock Blue. HEX triplet: 5B, 86 and CA. RGB value is (91,134,202). Sum of RGB (Red+Green+Blue) = 91+134+202=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B86CA is #A47935. Grayscale: #808080. Windows color (decimal): -10778934 or 13272667. OLE color: 13272667.
HSL color Cylindrical-coordinate representation of color #5B86CA: hue angle of 216.76º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B86CA is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 134 | 202 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.21 |
| HSL | 216.76º | 0.51% | 0.57% | - |
| HSV(B) | 216.76º | 0.55% | 0.79% | - |
| XYZ | 23.5 | 23.54 | 59.18 | - |
| YUV | 128.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 202 | 0.55 | 0.34 | 0 | 0.21 | 216.76 | 0.51 | 0.57 |
| Hex | 5B | 86 | CA | 37 | 22 | 0 | 15 | D9 | 33 | 39 |
| Octal | 133 | 206 | 312 | 67 | 42 | 0 | 25 | 331 | 63 | 71 |
| Binary | 1011011 | 10000110 | 11001010 | 110111 | 100010 | 0 | 10101 | 11011001 | 110011 | 111001 |
Color Harmonies of #5B86CA
Complementary color
Monochromatic Colors of #5B86CA
Black with #5B86CA
Text Example
Text Example
White with #5B86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B86CA; }
p { color: rgb(91,134,202); }
H1.HeaderClassName
{
color: #5B86CA;
}
.AnyTagClassName
{
color: #5B86CA;
}
</style>
background-color css
<style>
a { background-color: #5B86CA; }
a { background-color: rgb(91,134,202); }
div.DivClassName
{
background-color: #5B86CA;
}
.BgClassName
{
background-color: #5B86CA;
}
</style>
border-color css
<style>
span { border-color: #5B86CA; }
span { border-color: rgb(91,134,202); }
td.TdClassName
{
border-color: #5B86CA;
}
.TagClassName
{
border-color: #5B86CA;
}
</style>