Shades of Bismark #556A78
Tints of Bismark #556A78
RGB
CMYK
RGB Variations
Color information
#556A78 (or 0x556A78) is known color: Bismark. HEX triplet: 55, 6A and 78. RGB value is (85,106,120). Sum of RGB (Red+Green+Blue) = 85+106+120=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #556A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A78 is #AA9587. Grayscale: #656565. Windows color (decimal): -11179400 or 7891541. OLE color: 7891541.
HSL color Cylindrical-coordinate representation of color #556A78: hue angle of 204º 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 #556A78 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 106 | 120 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.53 |
| HSL | 204º | 0.17% | 0.4% | - |
| HSV(B) | 204º | 0.29% | 0.47% | - |
| XYZ | 12.29 | 13.6 | 19.75 | - |
| YUV | 101.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 120 | 0.29 | 0.12 | 0 | 0.53 | 204 | 0.17 | 0.4 |
| Hex | 55 | 6A | 78 | 1D | C | 0 | 35 | CC | 11 | 28 |
| Octal | 125 | 152 | 170 | 35 | 14 | 0 | 65 | 314 | 21 | 50 |
| Binary | 1010101 | 1101010 | 1111000 | 11101 | 1100 | 0 | 110101 | 11001100 | 10001 | 101000 |
Color Harmonies of #556A78
Complementary color
Monochromatic Colors of #556A78
Black with #556A78
Text Example
Text Example
White with #556A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556A78; }
p { color: rgb(85,106,120); }
H1.HeaderClassName
{
color: #556A78;
}
.AnyTagClassName
{
color: #556A78;
}
</style>
background-color css
<style>
a { background-color: #556A78; }
a { background-color: rgb(85,106,120); }
div.DivClassName
{
background-color: #556A78;
}
.BgClassName
{
background-color: #556A78;
}
</style>
border-color css
<style>
span { border-color: #556A78; }
span { border-color: rgb(85,106,120); }
td.TdClassName
{
border-color: #556A78;
}
.TagClassName
{
border-color: #556A78;
}
</style>