Shades of Havelock Blue #5688CA
Tints of Havelock Blue #5688CA
RGB
CMYK
RGB Variations
Color information
#5688CA (or 0x5688CA) is known color: Havelock Blue. HEX triplet: 56, 88 and CA. RGB value is (86,136,202). Sum of RGB (Red+Green+Blue) = 86+136+202=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #5688CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688CA is #A97735. Grayscale: #808080. Windows color (decimal): -11106102 or 13273174. OLE color: 13273174.
HSL color Cylindrical-coordinate representation of color #5688CA: hue angle of 214.14º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5688CA is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 136 | 202 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.21 |
| HSL | 214.14º | 0.52% | 0.56% | - |
| HSV(B) | 214.14º | 0.57% | 0.79% | - |
| XYZ | 23.3 | 23.85 | 59.25 | - |
| YUV | 128.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 202 | 0.57 | 0.33 | 0 | 0.21 | 214.14 | 0.52 | 0.56 |
| Hex | 56 | 88 | CA | 39 | 21 | 0 | 15 | D6 | 34 | 38 |
| Octal | 126 | 210 | 312 | 71 | 41 | 0 | 25 | 326 | 64 | 70 |
| Binary | 1010110 | 10001000 | 11001010 | 111001 | 100001 | 0 | 10101 | 11010110 | 110100 | 111000 |
Color Harmonies of #5688CA
Complementary color
Monochromatic Colors of #5688CA
Black with #5688CA
Text Example
Text Example
White with #5688CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5688CA; }
p { color: rgb(86,136,202); }
H1.HeaderClassName
{
color: #5688CA;
}
.AnyTagClassName
{
color: #5688CA;
}
</style>
background-color css
<style>
a { background-color: #5688CA; }
a { background-color: rgb(86,136,202); }
div.DivClassName
{
background-color: #5688CA;
}
.BgClassName
{
background-color: #5688CA;
}
</style>
border-color css
<style>
span { border-color: #5688CA; }
span { border-color: rgb(86,136,202); }
td.TdClassName
{
border-color: #5688CA;
}
.TagClassName
{
border-color: #5688CA;
}
</style>