Shades of Havelock Blue #5686DA
Tints of Havelock Blue #5686DA
RGB
CMYK
RGB Variations
Color information
#5686DA (or 0x5686DA) is known color: Havelock Blue. HEX triplet: 56, 86 and DA. RGB value is (86,134,218). Sum of RGB (Red+Green+Blue) = 86+134+218=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #5686DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686DA is #A97925. Grayscale: #808080. Windows color (decimal): -11106598 or 14321238. OLE color: 14321238.
HSL color Cylindrical-coordinate representation of color #5686DA: hue angle of 218.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5686DA is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 134 | 218 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.15 |
| HSL | 218.18º | 0.64% | 0.6% | - |
| HSV(B) | 218.18º | 0.61% | 0.85% | - |
| XYZ | 25.02 | 24.09 | 69.66 | - |
| YUV | 129.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 218 | 0.61 | 0.39 | 0 | 0.15 | 218.18 | 0.64 | 0.6 |
| Hex | 56 | 86 | DA | 3D | 27 | 0 | F | DA | 40 | 3C |
| Octal | 126 | 206 | 332 | 75 | 47 | 0 | 17 | 332 | 100 | 74 |
| Binary | 1010110 | 10000110 | 11011010 | 111101 | 100111 | 0 | 1111 | 11011010 | 1000000 | 111100 |
Color Harmonies of #5686DA
Complementary color
Monochromatic Colors of #5686DA
Black with #5686DA
Text Example
Text Example
White with #5686DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5686DA; }
p { color: rgb(86,134,218); }
H1.HeaderClassName
{
color: #5686DA;
}
.AnyTagClassName
{
color: #5686DA;
}
</style>
background-color css
<style>
a { background-color: #5686DA; }
a { background-color: rgb(86,134,218); }
div.DivClassName
{
background-color: #5686DA;
}
.BgClassName
{
background-color: #5686DA;
}
</style>
border-color css
<style>
span { border-color: #5686DA; }
span { border-color: rgb(86,134,218); }
td.TdClassName
{
border-color: #5686DA;
}
.TagClassName
{
border-color: #5686DA;
}
</style>