Shades of Bismark #556E76
Tints of Bismark #556E76
RGB
CMYK
RGB Variations
Color information
#556E76 (or 0x556E76) is known color: Bismark. HEX triplet: 55, 6E and 76. RGB value is (85,110,118). Sum of RGB (Red+Green+Blue) = 85+110+118=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #556E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E76 is #AA9189. Grayscale: #676767. Windows color (decimal): -11178378 or 7761493. OLE color: 7761493.
HSL color Cylindrical-coordinate representation of color #556E76: hue angle of 194.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #556E76 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 110 | 118 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.54 |
| HSL | 194.55º | 0.16% | 0.4% | - |
| HSV(B) | 194.55º | 0.28% | 0.46% | - |
| XYZ | 12.59 | 14.39 | 19.25 | - |
| YUV | 103.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 118 | 0.28 | 0.07 | 0 | 0.54 | 194.55 | 0.16 | 0.4 |
| Hex | 55 | 6E | 76 | 1C | 7 | 0 | 36 | C3 | 10 | 28 |
| Octal | 125 | 156 | 166 | 34 | 7 | 0 | 66 | 303 | 20 | 50 |
| Binary | 1010101 | 1101110 | 1110110 | 11100 | 111 | 0 | 110110 | 11000011 | 10000 | 101000 |
Color Harmonies of #556E76
Complementary color
Monochromatic Colors of #556E76
Black with #556E76
Text Example
Text Example
White with #556E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E76; }
p { color: rgb(85,110,118); }
H1.HeaderClassName
{
color: #556E76;
}
.AnyTagClassName
{
color: #556E76;
}
</style>
background-color css
<style>
a { background-color: #556E76; }
a { background-color: rgb(85,110,118); }
div.DivClassName
{
background-color: #556E76;
}
.BgClassName
{
background-color: #556E76;
}
</style>
border-color css
<style>
span { border-color: #556E76; }
span { border-color: rgb(85,110,118); }
td.TdClassName
{
border-color: #556E76;
}
.TagClassName
{
border-color: #556E76;
}
</style>