Shades of Havelock Blue #5786C6
Tints of Havelock Blue #5786C6
RGB
CMYK
RGB Variations
Color information
#5786C6 (or 0x5786C6) is known color: Havelock Blue. HEX triplet: 57, 86 and C6. RGB value is (87,134,198). Sum of RGB (Red+Green+Blue) = 87+134+198=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #5786C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5786C6 is #A87939. Grayscale: #7E7E7E. Windows color (decimal): -11041082 or 13010519. OLE color: 13010519.
HSL color Cylindrical-coordinate representation of color #5786C6: hue angle of 214.59º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5786C6 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 134 | 198 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.22 |
| HSL | 214.59º | 0.49% | 0.56% | - |
| HSV(B) | 214.59º | 0.56% | 0.78% | - |
| XYZ | 22.65 | 23.15 | 56.7 | - |
| YUV | 127.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 134 | 198 | 0.56 | 0.32 | 0 | 0.22 | 214.59 | 0.49 | 0.56 |
| Hex | 57 | 86 | C6 | 38 | 20 | 0 | 16 | D7 | 31 | 38 |
| Octal | 127 | 206 | 306 | 70 | 40 | 0 | 26 | 327 | 61 | 70 |
| Binary | 1010111 | 10000110 | 11000110 | 111000 | 100000 | 0 | 10110 | 11010111 | 110001 | 111000 |
Color Harmonies of #5786C6
Complementary color
Monochromatic Colors of #5786C6
Black with #5786C6
Text Example
Text Example
White with #5786C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5786C6; }
p { color: rgb(87,134,198); }
H1.HeaderClassName
{
color: #5786C6;
}
.AnyTagClassName
{
color: #5786C6;
}
</style>
background-color css
<style>
a { background-color: #5786C6; }
a { background-color: rgb(87,134,198); }
div.DivClassName
{
background-color: #5786C6;
}
.BgClassName
{
background-color: #5786C6;
}
</style>
border-color css
<style>
span { border-color: #5786C6; }
span { border-color: rgb(87,134,198); }
td.TdClassName
{
border-color: #5786C6;
}
.TagClassName
{
border-color: #5786C6;
}
</style>