Shades of Havelock Blue #5688CF
Tints of Havelock Blue #5688CF
RGB
CMYK
RGB Variations
Color information
#5688CF (or 0x5688CF) is known color: Havelock Blue. HEX triplet: 56, 88 and CF. RGB value is (86,136,207). Sum of RGB (Red+Green+Blue) = 86+136+207=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #5688CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688CF is #A97730. Grayscale: #808080. Windows color (decimal): -11106097 or 13600854. OLE color: 13600854.
HSL color Cylindrical-coordinate representation of color #5688CF: hue angle of 215.21º degrees, saturation: 0.56, 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 #5688CF is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 136 | 207 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.19 |
| HSL | 215.21º | 0.56% | 0.57% | - |
| HSV(B) | 215.21º | 0.58% | 0.81% | - |
| XYZ | 23.9 | 24.09 | 62.42 | - |
| YUV | 129.14 | 171.94 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 207 | 0.58 | 0.34 | 0 | 0.19 | 215.21 | 0.56 | 0.57 |
| Hex | 56 | 88 | CF | 3A | 22 | 0 | 13 | D7 | 38 | 39 |
| Octal | 126 | 210 | 317 | 72 | 42 | 0 | 23 | 327 | 70 | 71 |
| Binary | 1010110 | 10001000 | 11001111 | 111010 | 100010 | 0 | 10011 | 11010111 | 111000 | 111001 |
Color Harmonies of #5688CF
Complementary color
Monochromatic Colors of #5688CF
Black with #5688CF
Text Example
Text Example
White with #5688CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5688CF; }
p { color: rgb(86,136,207); }
H1.HeaderClassName
{
color: #5688CF;
}
.AnyTagClassName
{
color: #5688CF;
}
</style>
background-color css
<style>
a { background-color: #5688CF; }
a { background-color: rgb(86,136,207); }
div.DivClassName
{
background-color: #5688CF;
}
.BgClassName
{
background-color: #5688CF;
}
</style>
border-color css
<style>
span { border-color: #5688CF; }
span { border-color: rgb(86,136,207); }
td.TdClassName
{
border-color: #5688CF;
}
.TagClassName
{
border-color: #5688CF;
}
</style>