Shades of Havelock Blue #5680C6
Tints of Havelock Blue #5680C6
RGB
CMYK
RGB Variations
Color information
#5680C6 (or 0x5680C6) is known color: Havelock Blue. HEX triplet: 56, 80 and C6. RGB value is (86,128,198). Sum of RGB (Red+Green+Blue) = 86+128+198=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #5680C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5680C6 is #A97F39. Grayscale: #7B7B7B. Windows color (decimal): -11108154 or 13008982. OLE color: 13008982.
HSL color Cylindrical-coordinate representation of color #5680C6: hue angle of 217.5º 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 #5680C6 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 128 | 198 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.22 |
| HSL | 217.5º | 0.5% | 0.56% | - |
| HSV(B) | 217.5º | 0.57% | 0.78% | - |
| XYZ | 21.75 | 21.49 | 56.43 | - |
| YUV | 123.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 198 | 0.57 | 0.35 | 0 | 0.22 | 217.5 | 0.5 | 0.56 |
| Hex | 56 | 80 | C6 | 39 | 23 | 0 | 16 | DA | 32 | 38 |
| Octal | 126 | 200 | 306 | 71 | 43 | 0 | 26 | 332 | 62 | 70 |
| Binary | 1010110 | 10000000 | 11000110 | 111001 | 100011 | 0 | 10110 | 11011010 | 110010 | 111000 |
Color Harmonies of #5680C6
Complementary color
Monochromatic Colors of #5680C6
Black with #5680C6
Text Example
Text Example
White with #5680C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5680C6; }
p { color: rgb(86,128,198); }
H1.HeaderClassName
{
color: #5680C6;
}
.AnyTagClassName
{
color: #5680C6;
}
</style>
background-color css
<style>
a { background-color: #5680C6; }
a { background-color: rgb(86,128,198); }
div.DivClassName
{
background-color: #5680C6;
}
.BgClassName
{
background-color: #5680C6;
}
</style>
border-color css
<style>
span { border-color: #5680C6; }
span { border-color: rgb(86,128,198); }
td.TdClassName
{
border-color: #5680C6;
}
.TagClassName
{
border-color: #5680C6;
}
</style>