Shades of Havelock Blue #5689DA
Tints of Havelock Blue #5689DA
RGB
CMYK
RGB Variations
Color information
#5689DA (or 0x5689DA) is known color: Havelock Blue. HEX triplet: 56, 89 and DA. RGB value is (86,137,218). Sum of RGB (Red+Green+Blue) = 86+137+218=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #5689DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5689DA is #A97625. Grayscale: #828282. Windows color (decimal): -11105830 or 14322006. OLE color: 14322006.
HSL color Cylindrical-coordinate representation of color #5689DA: hue angle of 216.82º 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 #5689DA is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 137 | 218 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.15 |
| HSL | 216.82º | 0.64% | 0.6% | - |
| HSV(B) | 216.82º | 0.61% | 0.85% | - |
| XYZ | 25.44 | 24.93 | 69.8 | - |
| YUV | 130.99 | 177.1 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 218 | 0.61 | 0.37 | 0 | 0.15 | 216.82 | 0.64 | 0.6 |
| Hex | 56 | 89 | DA | 3D | 25 | 0 | F | D9 | 40 | 3C |
| Octal | 126 | 211 | 332 | 75 | 45 | 0 | 17 | 331 | 100 | 74 |
| Binary | 1010110 | 10001001 | 11011010 | 111101 | 100101 | 0 | 1111 | 11011001 | 1000000 | 111100 |
Color Harmonies of #5689DA
Complementary color
Monochromatic Colors of #5689DA
Black with #5689DA
Text Example
Text Example
White with #5689DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5689DA; }
p { color: rgb(86,137,218); }
H1.HeaderClassName
{
color: #5689DA;
}
.AnyTagClassName
{
color: #5689DA;
}
</style>
background-color css
<style>
a { background-color: #5689DA; }
a { background-color: rgb(86,137,218); }
div.DivClassName
{
background-color: #5689DA;
}
.BgClassName
{
background-color: #5689DA;
}
</style>
border-color css
<style>
span { border-color: #5689DA; }
span { border-color: rgb(86,137,218); }
td.TdClassName
{
border-color: #5689DA;
}
.TagClassName
{
border-color: #5689DA;
}
</style>