Shades of Havelock Blue #5676BC
Tints of Havelock Blue #5676BC
RGB
CMYK
RGB Variations
Color information
#5676BC (or 0x5676BC) is known color: Havelock Blue. HEX triplet: 56, 76 and BC. RGB value is (86,118,188). Sum of RGB (Red+Green+Blue) = 86+118+188=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5676BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5676BC is #A98943. Grayscale: #747474. Windows color (decimal): -11110724 or 12351062. OLE color: 12351062.
HSL color Cylindrical-coordinate representation of color #5676BC: hue angle of 221.18º 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 #5676BC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 118 | 188 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.26 |
| HSL | 221.18º | 0.43% | 0.54% | - |
| HSV(B) | 221.18º | 0.54% | 0.74% | - |
| XYZ | 19.39 | 18.57 | 50.14 | - |
| YUV | 116.41 | 168.4 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 188 | 0.54 | 0.37 | 0 | 0.26 | 221.18 | 0.43 | 0.54 |
| Hex | 56 | 76 | BC | 36 | 25 | 0 | 1A | DD | 2B | 36 |
| Octal | 126 | 166 | 274 | 66 | 45 | 0 | 32 | 335 | 53 | 66 |
| Binary | 1010110 | 1110110 | 10111100 | 110110 | 100101 | 0 | 11010 | 11011101 | 101011 | 110110 |
Color Harmonies of #5676BC
Complementary color
Monochromatic Colors of #5676BC
Black with #5676BC
Text Example
Text Example
White with #5676BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676BC; }
p { color: rgb(86,118,188); }
H1.HeaderClassName
{
color: #5676BC;
}
.AnyTagClassName
{
color: #5676BC;
}
</style>
background-color css
<style>
a { background-color: #5676BC; }
a { background-color: rgb(86,118,188); }
div.DivClassName
{
background-color: #5676BC;
}
.BgClassName
{
background-color: #5676BC;
}
</style>
border-color css
<style>
span { border-color: #5676BC; }
span { border-color: rgb(86,118,188); }
td.TdClassName
{
border-color: #5676BC;
}
.TagClassName
{
border-color: #5676BC;
}
</style>