Shades of Bismark #556C78
Tints of Bismark #556C78
RGB
CMYK
RGB Variations
Color information
#556C78 (or 0x556C78) is known color: Bismark. HEX triplet: 55, 6C and 78. RGB value is (85,108,120). Sum of RGB (Red+Green+Blue) = 85+108+120=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #556C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C78 is #AA9387. Grayscale: #666666. Windows color (decimal): -11178888 or 7892053. OLE color: 7892053.
HSL color Cylindrical-coordinate representation of color #556C78: hue angle of 200.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556C78 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 108 | 120 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.53 |
| HSL | 200.57º | 0.17% | 0.4% | - |
| HSV(B) | 200.57º | 0.29% | 0.47% | - |
| XYZ | 12.5 | 14.01 | 19.82 | - |
| YUV | 102.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 120 | 0.29 | 0.10 | 0 | 0.53 | 200.57 | 0.17 | 0.4 |
| Hex | 55 | 6C | 78 | 1D | A | 0 | 35 | C9 | 11 | 28 |
| Octal | 125 | 154 | 170 | 35 | 12 | 0 | 65 | 311 | 21 | 50 |
| Binary | 1010101 | 1101100 | 1111000 | 11101 | 1010 | 0 | 110101 | 11001001 | 10001 | 101000 |
Color Harmonies of #556C78
Complementary color
Monochromatic Colors of #556C78
Black with #556C78
Text Example
Text Example
White with #556C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C78; }
p { color: rgb(85,108,120); }
H1.HeaderClassName
{
color: #556C78;
}
.AnyTagClassName
{
color: #556C78;
}
</style>
background-color css
<style>
a { background-color: #556C78; }
a { background-color: rgb(85,108,120); }
div.DivClassName
{
background-color: #556C78;
}
.BgClassName
{
background-color: #556C78;
}
</style>
border-color css
<style>
span { border-color: #556C78; }
span { border-color: rgb(85,108,120); }
td.TdClassName
{
border-color: #556C78;
}
.TagClassName
{
border-color: #556C78;
}
</style>