Shades of Havelock Blue #5673CB
Tints of Havelock Blue #5673CB
RGB
CMYK
RGB Variations
Color information
#5673CB (or 0x5673CB) is known color: Havelock Blue. HEX triplet: 56, 73 and CB. RGB value is (86,115,203). Sum of RGB (Red+Green+Blue) = 86+115+203=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #5673CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673CB is #A98C34. Grayscale: #737373. Windows color (decimal): -11111477 or 13333334. OLE color: 13333334.
HSL color Cylindrical-coordinate representation of color #5673CB: hue angle of 225.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5673CB is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 115 | 203 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.20 |
| HSL | 225.13º | 0.53% | 0.57% | - |
| HSV(B) | 225.13º | 0.58% | 0.8% | - |
| XYZ | 20.75 | 18.55 | 58.99 | - |
| YUV | 116.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 203 | 0.58 | 0.43 | 0 | 0.20 | 225.13 | 0.53 | 0.57 |
| Hex | 56 | 73 | CB | 3A | 2B | 0 | 14 | E1 | 35 | 39 |
| Octal | 126 | 163 | 313 | 72 | 53 | 0 | 24 | 341 | 65 | 71 |
| Binary | 1010110 | 1110011 | 11001011 | 111010 | 101011 | 0 | 10100 | 11100001 | 110101 | 111001 |
Color Harmonies of #5673CB
Complementary color
Monochromatic Colors of #5673CB
Black with #5673CB
Text Example
Text Example
White with #5673CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5673CB; }
p { color: rgb(86,115,203); }
H1.HeaderClassName
{
color: #5673CB;
}
.AnyTagClassName
{
color: #5673CB;
}
</style>
background-color css
<style>
a { background-color: #5673CB; }
a { background-color: rgb(86,115,203); }
div.DivClassName
{
background-color: #5673CB;
}
.BgClassName
{
background-color: #5673CB;
}
</style>
border-color css
<style>
span { border-color: #5673CB; }
span { border-color: rgb(86,115,203); }
td.TdClassName
{
border-color: #5673CB;
}
.TagClassName
{
border-color: #5673CB;
}
</style>