Shades of Havelock Blue #5682C0
Tints of Havelock Blue #5682C0
RGB
CMYK
RGB Variations
Color information
#5682C0 (or 0x5682C0) is known color: Havelock Blue. HEX triplet: 56, 82 and C0. RGB value is (86,130,192). Sum of RGB (Red+Green+Blue) = 86+130+192=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #5682C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682C0 is #A97D3F. Grayscale: #7B7B7B. Windows color (decimal): -11107648 or 12616278. OLE color: 12616278.
HSL color Cylindrical-coordinate representation of color #5682C0: hue angle of 215.09º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5682C0 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 130 | 192 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.25 |
| HSL | 215.09º | 0.46% | 0.55% | - |
| HSV(B) | 215.09º | 0.55% | 0.75% | - |
| XYZ | 21.33 | 21.75 | 52.94 | - |
| YUV | 123.91 | 166.42 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 192 | 0.55 | 0.32 | 0 | 0.25 | 215.09 | 0.46 | 0.55 |
| Hex | 56 | 82 | C0 | 37 | 20 | 0 | 19 | D7 | 2E | 37 |
| Octal | 126 | 202 | 300 | 67 | 40 | 0 | 31 | 327 | 56 | 67 |
| Binary | 1010110 | 10000010 | 11000000 | 110111 | 100000 | 0 | 11001 | 11010111 | 101110 | 110111 |
Color Harmonies of #5682C0
Complementary color
Monochromatic Colors of #5682C0
Black with #5682C0
Text Example
Text Example
White with #5682C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5682C0; }
p { color: rgb(86,130,192); }
H1.HeaderClassName
{
color: #5682C0;
}
.AnyTagClassName
{
color: #5682C0;
}
</style>
background-color css
<style>
a { background-color: #5682C0; }
a { background-color: rgb(86,130,192); }
div.DivClassName
{
background-color: #5682C0;
}
.BgClassName
{
background-color: #5682C0;
}
</style>
border-color css
<style>
span { border-color: #5682C0; }
span { border-color: rgb(86,130,192); }
td.TdClassName
{
border-color: #5682C0;
}
.TagClassName
{
border-color: #5682C0;
}
</style>