Shades of Havelock Blue #5673BA
Tints of Havelock Blue #5673BA
RGB
CMYK
RGB Variations
Color information
#5673BA (or 0x5673BA) is known color: Havelock Blue. HEX triplet: 56, 73 and BA. RGB value is (86,115,186). Sum of RGB (Red+Green+Blue) = 86+115+186=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #5673BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673BA is #A98C45. Grayscale: #727272. Windows color (decimal): -11111494 or 12219222. OLE color: 12219222.
HSL color Cylindrical-coordinate representation of color #5673BA: hue angle of 222.6º 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 #5673BA is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 115 | 186 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.27 |
| HSL | 222.6º | 0.42% | 0.53% | - |
| HSV(B) | 222.6º | 0.54% | 0.73% | - |
| XYZ | 18.83 | 17.79 | 48.89 | - |
| YUV | 114.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 186 | 0.54 | 0.38 | 0 | 0.27 | 222.6 | 0.42 | 0.53 |
| Hex | 56 | 73 | BA | 36 | 26 | 0 | 1B | DF | 2A | 35 |
| Octal | 126 | 163 | 272 | 66 | 46 | 0 | 33 | 337 | 52 | 65 |
| Binary | 1010110 | 1110011 | 10111010 | 110110 | 100110 | 0 | 11011 | 11011111 | 101010 | 110101 |
Color Harmonies of #5673BA
Complementary color
Monochromatic Colors of #5673BA
Black with #5673BA
Text Example
Text Example
White with #5673BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5673BA; }
p { color: rgb(86,115,186); }
H1.HeaderClassName
{
color: #5673BA;
}
.AnyTagClassName
{
color: #5673BA;
}
</style>
background-color css
<style>
a { background-color: #5673BA; }
a { background-color: rgb(86,115,186); }
div.DivClassName
{
background-color: #5673BA;
}
.BgClassName
{
background-color: #5673BA;
}
</style>
border-color css
<style>
span { border-color: #5673BA; }
span { border-color: rgb(86,115,186); }
td.TdClassName
{
border-color: #5673BA;
}
.TagClassName
{
border-color: #5673BA;
}
</style>