Shades of Havelock Blue #5671CB
Tints of Havelock Blue #5671CB
RGB
CMYK
RGB Variations
Color information
#5671CB (or 0x5671CB) is known color: Havelock Blue. HEX triplet: 56, 71 and CB. RGB value is (86,113,203). Sum of RGB (Red+Green+Blue) = 86+113+203=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #5671CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5671CB is #A98E34. Grayscale: #727272. Windows color (decimal): -11111989 or 13332822. OLE color: 13332822.
HSL color Cylindrical-coordinate representation of color #5671CB: hue angle of 226.15º 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 #5671CB is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 113 | 203 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.20 |
| HSL | 226.15º | 0.53% | 0.57% | - |
| HSV(B) | 226.15º | 0.58% | 0.8% | - |
| XYZ | 20.52 | 18.1 | 58.91 | - |
| YUV | 115.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 203 | 0.58 | 0.44 | 0 | 0.20 | 226.15 | 0.53 | 0.57 |
| Hex | 56 | 71 | CB | 3A | 2C | 0 | 14 | E2 | 35 | 39 |
| Octal | 126 | 161 | 313 | 72 | 54 | 0 | 24 | 342 | 65 | 71 |
| Binary | 1010110 | 1110001 | 11001011 | 111010 | 101100 | 0 | 10100 | 11100010 | 110101 | 111001 |
Color Harmonies of #5671CB
Complementary color
Monochromatic Colors of #5671CB
Black with #5671CB
Text Example
Text Example
White with #5671CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5671CB; }
p { color: rgb(86,113,203); }
H1.HeaderClassName
{
color: #5671CB;
}
.AnyTagClassName
{
color: #5671CB;
}
</style>
background-color css
<style>
a { background-color: #5671CB; }
a { background-color: rgb(86,113,203); }
div.DivClassName
{
background-color: #5671CB;
}
.BgClassName
{
background-color: #5671CB;
}
</style>
border-color css
<style>
span { border-color: #5671CB; }
span { border-color: rgb(86,113,203); }
td.TdClassName
{
border-color: #5671CB;
}
.TagClassName
{
border-color: #5671CB;
}
</style>