Shades of Havelock Blue #5687CB
Tints of Havelock Blue #5687CB
RGB
CMYK
RGB Variations
Color information
#5687CB (or 0x5687CB) is known color: Havelock Blue. HEX triplet: 56, 87 and CB. RGB value is (86,135,203). Sum of RGB (Red+Green+Blue) = 86+135+203=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #5687CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5687CB is #A97834. Grayscale: #7F7F7F. Windows color (decimal): -11106357 or 13338454. OLE color: 13338454.
HSL color Cylindrical-coordinate representation of color #5687CB: hue angle of 214.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5687CB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 135 | 203 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.20 |
| HSL | 214.87º | 0.53% | 0.57% | - |
| HSV(B) | 214.87º | 0.58% | 0.8% | - |
| XYZ | 23.28 | 23.62 | 59.83 | - |
| YUV | 128.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 135 | 203 | 0.58 | 0.33 | 0 | 0.20 | 214.87 | 0.53 | 0.57 |
| Hex | 56 | 87 | CB | 3A | 21 | 0 | 14 | D7 | 35 | 39 |
| Octal | 126 | 207 | 313 | 72 | 41 | 0 | 24 | 327 | 65 | 71 |
| Binary | 1010110 | 10000111 | 11001011 | 111010 | 100001 | 0 | 10100 | 11010111 | 110101 | 111001 |
Color Harmonies of #5687CB
Complementary color
Monochromatic Colors of #5687CB
Black with #5687CB
Text Example
Text Example
White with #5687CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5687CB; }
p { color: rgb(86,135,203); }
H1.HeaderClassName
{
color: #5687CB;
}
.AnyTagClassName
{
color: #5687CB;
}
</style>
background-color css
<style>
a { background-color: #5687CB; }
a { background-color: rgb(86,135,203); }
div.DivClassName
{
background-color: #5687CB;
}
.BgClassName
{
background-color: #5687CB;
}
</style>
border-color css
<style>
span { border-color: #5687CB; }
span { border-color: rgb(86,135,203); }
td.TdClassName
{
border-color: #5687CB;
}
.TagClassName
{
border-color: #5687CB;
}
</style>