Shades of Havelock Blue #5689D7
Tints of Havelock Blue #5689D7
RGB
CMYK
RGB Variations
Color information
#5689D7 (or 0x5689D7) is known color: Havelock Blue. HEX triplet: 56, 89 and D7. RGB value is (86,137,215). Sum of RGB (Red+Green+Blue) = 86+137+215=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #5689D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5689D7 is #A97628. Grayscale: #828282. Windows color (decimal): -11105833 or 14125398. OLE color: 14125398.
HSL color Cylindrical-coordinate representation of color #5689D7: hue angle of 216.28º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5689D7 is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 137 | 215 | - |
| CMYK | 0.6 | 0.36 | 0 | 0.16 |
| HSL | 216.28º | 0.62% | 0.59% | - |
| HSV(B) | 216.28º | 0.6% | 0.84% | - |
| XYZ | 25.05 | 24.78 | 67.75 | - |
| YUV | 130.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 215 | 0.6 | 0.36 | 0 | 0.16 | 216.28 | 0.62 | 0.59 |
| Hex | 56 | 89 | D7 | 3C | 24 | 0 | 10 | D8 | 3E | 3B |
| Octal | 126 | 211 | 327 | 74 | 44 | 0 | 20 | 330 | 76 | 73 |
| Binary | 1010110 | 10001001 | 11010111 | 111100 | 100100 | 0 | 10000 | 11011000 | 111110 | 111011 |
Color Harmonies of #5689D7
Complementary color
Monochromatic Colors of #5689D7
Black with #5689D7
Text Example
Text Example
White with #5689D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5689D7; }
p { color: rgb(86,137,215); }
H1.HeaderClassName
{
color: #5689D7;
}
.AnyTagClassName
{
color: #5689D7;
}
</style>
background-color css
<style>
a { background-color: #5689D7; }
a { background-color: rgb(86,137,215); }
div.DivClassName
{
background-color: #5689D7;
}
.BgClassName
{
background-color: #5689D7;
}
</style>
border-color css
<style>
span { border-color: #5689D7; }
span { border-color: rgb(86,137,215); }
td.TdClassName
{
border-color: #5689D7;
}
.TagClassName
{
border-color: #5689D7;
}
</style>