Shades of Havelock Blue #5686BE
Tints of Havelock Blue #5686BE
RGB
CMYK
RGB Variations
Color information
#5686BE (or 0x5686BE) is known color: Havelock Blue. HEX triplet: 56, 86 and BE. RGB value is (86,134,190). Sum of RGB (Red+Green+Blue) = 86+134+190=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #5686BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686BE is #A97941. Grayscale: #7D7D7D. Windows color (decimal): -11106626 or 12486230. OLE color: 12486230.
HSL color Cylindrical-coordinate representation of color #5686BE: hue angle of 212.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5686BE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 134 | 190 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.25 |
| HSL | 212.31º | 0.44% | 0.54% | - |
| HSV(B) | 212.31º | 0.55% | 0.75% | - |
| XYZ | 21.66 | 22.75 | 51.96 | - |
| YUV | 126.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 190 | 0.55 | 0.29 | 0 | 0.25 | 212.31 | 0.44 | 0.54 |
| Hex | 56 | 86 | BE | 37 | 1D | 0 | 19 | D4 | 2C | 36 |
| Octal | 126 | 206 | 276 | 67 | 35 | 0 | 31 | 324 | 54 | 66 |
| Binary | 1010110 | 10000110 | 10111110 | 110111 | 11101 | 0 | 11001 | 11010100 | 101100 | 110110 |
Color Harmonies of #5686BE
Complementary color
Monochromatic Colors of #5686BE
Black with #5686BE
Text Example
Text Example
White with #5686BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5686BE; }
p { color: rgb(86,134,190); }
H1.HeaderClassName
{
color: #5686BE;
}
.AnyTagClassName
{
color: #5686BE;
}
</style>
background-color css
<style>
a { background-color: #5686BE; }
a { background-color: rgb(86,134,190); }
div.DivClassName
{
background-color: #5686BE;
}
.BgClassName
{
background-color: #5686BE;
}
</style>
border-color css
<style>
span { border-color: #5686BE; }
span { border-color: rgb(86,134,190); }
td.TdClassName
{
border-color: #5686BE;
}
.TagClassName
{
border-color: #5686BE;
}
</style>