Shades of Havelock Blue #5676BA
Tints of Havelock Blue #5676BA
RGB
CMYK
RGB Variations
Color information
#5676BA (or 0x5676BA) is known color: Havelock Blue. HEX triplet: 56, 76 and BA. RGB value is (86,118,186). Sum of RGB (Red+Green+Blue) = 86+118+186=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #5676BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5676BA is #A98945. Grayscale: #737373. Windows color (decimal): -11110726 or 12219990. OLE color: 12219990.
HSL color Cylindrical-coordinate representation of color #5676BA: hue angle of 220.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5676BA is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 118 | 186 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.27 |
| HSL | 220.8º | 0.42% | 0.53% | - |
| HSV(B) | 220.8º | 0.54% | 0.73% | - |
| XYZ | 19.18 | 18.48 | 49.01 | - |
| YUV | 116.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 186 | 0.54 | 0.37 | 0 | 0.27 | 220.8 | 0.42 | 0.53 |
| Hex | 56 | 76 | BA | 36 | 25 | 0 | 1B | DD | 2A | 35 |
| Octal | 126 | 166 | 272 | 66 | 45 | 0 | 33 | 335 | 52 | 65 |
| Binary | 1010110 | 1110110 | 10111010 | 110110 | 100101 | 0 | 11011 | 11011101 | 101010 | 110101 |
Color Harmonies of #5676BA
Complementary color
Monochromatic Colors of #5676BA
Black with #5676BA
Text Example
Text Example
White with #5676BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676BA; }
p { color: rgb(86,118,186); }
H1.HeaderClassName
{
color: #5676BA;
}
.AnyTagClassName
{
color: #5676BA;
}
</style>
background-color css
<style>
a { background-color: #5676BA; }
a { background-color: rgb(86,118,186); }
div.DivClassName
{
background-color: #5676BA;
}
.BgClassName
{
background-color: #5676BA;
}
</style>
border-color css
<style>
span { border-color: #5676BA; }
span { border-color: rgb(86,118,186); }
td.TdClassName
{
border-color: #5676BA;
}
.TagClassName
{
border-color: #5676BA;
}
</style>