Shades of Havelock Blue #5673BC
Tints of Havelock Blue #5673BC
RGB
CMYK
RGB Variations
Color information
#5673BC (or 0x5673BC) is known color: Havelock Blue. HEX triplet: 56, 73 and BC. RGB value is (86,115,188). Sum of RGB (Red+Green+Blue) = 86+115+188=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5673BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673BC is #A98C43. Grayscale: #727272. Windows color (decimal): -11111492 or 12350294. OLE color: 12350294.
HSL color Cylindrical-coordinate representation of color #5673BC: hue angle of 222.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5673BC is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 115 | 188 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.26 |
| HSL | 222.94º | 0.43% | 0.54% | - |
| HSV(B) | 222.94º | 0.54% | 0.74% | - |
| XYZ | 19.05 | 17.87 | 50.02 | - |
| YUV | 114.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 188 | 0.54 | 0.39 | 0 | 0.26 | 222.94 | 0.43 | 0.54 |
| Hex | 56 | 73 | BC | 36 | 27 | 0 | 1A | DF | 2B | 36 |
| Octal | 126 | 163 | 274 | 66 | 47 | 0 | 32 | 337 | 53 | 66 |
| Binary | 1010110 | 1110011 | 10111100 | 110110 | 100111 | 0 | 11010 | 11011111 | 101011 | 110110 |
Color Harmonies of #5673BC
Complementary color
Monochromatic Colors of #5673BC
Black with #5673BC
Text Example
Text Example
White with #5673BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5673BC; }
p { color: rgb(86,115,188); }
H1.HeaderClassName
{
color: #5673BC;
}
.AnyTagClassName
{
color: #5673BC;
}
</style>
background-color css
<style>
a { background-color: #5673BC; }
a { background-color: rgb(86,115,188); }
div.DivClassName
{
background-color: #5673BC;
}
.BgClassName
{
background-color: #5673BC;
}
</style>
border-color css
<style>
span { border-color: #5673BC; }
span { border-color: rgb(86,115,188); }
td.TdClassName
{
border-color: #5673BC;
}
.TagClassName
{
border-color: #5673BC;
}
</style>