Shades of Havelock Blue #5684C6
Tints of Havelock Blue #5684C6
RGB
CMYK
RGB Variations
Color information
#5684C6 (or 0x5684C6) is known color: Havelock Blue. HEX triplet: 56, 84 and C6. RGB value is (86,132,198). Sum of RGB (Red+Green+Blue) = 86+132+198=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #5684C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5684C6 is #A97B39. Grayscale: #7D7D7D. Windows color (decimal): -11107130 or 13010006. OLE color: 13010006.
HSL color Cylindrical-coordinate representation of color #5684C6: hue angle of 215.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5684C6 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 132 | 198 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.22 |
| HSL | 215.36º | 0.5% | 0.56% | - |
| HSV(B) | 215.36º | 0.57% | 0.78% | - |
| XYZ | 22.28 | 22.56 | 56.61 | - |
| YUV | 125.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 198 | 0.57 | 0.33 | 0 | 0.22 | 215.36 | 0.5 | 0.56 |
| Hex | 56 | 84 | C6 | 39 | 21 | 0 | 16 | D7 | 32 | 38 |
| Octal | 126 | 204 | 306 | 71 | 41 | 0 | 26 | 327 | 62 | 70 |
| Binary | 1010110 | 10000100 | 11000110 | 111001 | 100001 | 0 | 10110 | 11010111 | 110010 | 111000 |
Color Harmonies of #5684C6
Complementary color
Monochromatic Colors of #5684C6
Black with #5684C6
Text Example
Text Example
White with #5684C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5684C6; }
p { color: rgb(86,132,198); }
H1.HeaderClassName
{
color: #5684C6;
}
.AnyTagClassName
{
color: #5684C6;
}
</style>
background-color css
<style>
a { background-color: #5684C6; }
a { background-color: rgb(86,132,198); }
div.DivClassName
{
background-color: #5684C6;
}
.BgClassName
{
background-color: #5684C6;
}
</style>
border-color css
<style>
span { border-color: #5684C6; }
span { border-color: rgb(86,132,198); }
td.TdClassName
{
border-color: #5684C6;
}
.TagClassName
{
border-color: #5684C6;
}
</style>