Shades of Havelock Blue #5688CE
Tints of Havelock Blue #5688CE
RGB
CMYK
RGB Variations
Color information
#5688CE (or 0x5688CE) is known color: Havelock Blue. HEX triplet: 56, 88 and CE. RGB value is (86,136,206). Sum of RGB (Red+Green+Blue) = 86+136+206=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #5688CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688CE is #A97731. Grayscale: #808080. Windows color (decimal): -11106098 or 13535318. OLE color: 13535318.
HSL color Cylindrical-coordinate representation of color #5688CE: hue angle of 215º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5688CE is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 136 | 206 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.19 |
| HSL | 215º | 0.55% | 0.57% | - |
| HSV(B) | 215º | 0.58% | 0.81% | - |
| XYZ | 23.78 | 24.04 | 61.78 | - |
| YUV | 129.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 206 | 0.58 | 0.34 | 0 | 0.19 | 215 | 0.55 | 0.57 |
| Hex | 56 | 88 | CE | 3A | 22 | 0 | 13 | D7 | 37 | 39 |
| Octal | 126 | 210 | 316 | 72 | 42 | 0 | 23 | 327 | 67 | 71 |
| Binary | 1010110 | 10001000 | 11001110 | 111010 | 100010 | 0 | 10011 | 11010111 | 110111 | 111001 |
Color Harmonies of #5688CE
Complementary color
Monochromatic Colors of #5688CE
Black with #5688CE
Text Example
Text Example
White with #5688CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5688CE; }
p { color: rgb(86,136,206); }
H1.HeaderClassName
{
color: #5688CE;
}
.AnyTagClassName
{
color: #5688CE;
}
</style>
background-color css
<style>
a { background-color: #5688CE; }
a { background-color: rgb(86,136,206); }
div.DivClassName
{
background-color: #5688CE;
}
.BgClassName
{
background-color: #5688CE;
}
</style>
border-color css
<style>
span { border-color: #5688CE; }
span { border-color: rgb(86,136,206); }
td.TdClassName
{
border-color: #5688CE;
}
.TagClassName
{
border-color: #5688CE;
}
</style>