Shades of Bismark #546876
Tints of Bismark #546876
RGB
CMYK
RGB Variations
Color information
#546876 (or 0x546876) is known color: Bismark. HEX triplet: 54, 68 and 76. RGB value is (84,104,118). Sum of RGB (Red+Green+Blue) = 84+104+118=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #546876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546876 is #AB9789. Grayscale: #636363. Windows color (decimal): -11245450 or 7759956. OLE color: 7759956.
HSL color Cylindrical-coordinate representation of color #546876: hue angle of 204.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #546876 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 104 | 118 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.54 |
| HSL | 204.71º | 0.17% | 0.4% | - |
| HSV(B) | 204.71º | 0.29% | 0.46% | - |
| XYZ | 11.88 | 13.09 | 19.04 | - |
| YUV | 99.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 118 | 0.29 | 0.12 | 0 | 0.54 | 204.71 | 0.17 | 0.4 |
| Hex | 54 | 68 | 76 | 1D | C | 0 | 36 | CD | 11 | 28 |
| Octal | 124 | 150 | 166 | 35 | 14 | 0 | 66 | 315 | 21 | 50 |
| Binary | 1010100 | 1101000 | 1110110 | 11101 | 1100 | 0 | 110110 | 11001101 | 10001 | 101000 |
Color Harmonies of #546876
Complementary color
Monochromatic Colors of #546876
Black with #546876
Text Example
Text Example
White with #546876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546876; }
p { color: rgb(84,104,118); }
H1.HeaderClassName
{
color: #546876;
}
.AnyTagClassName
{
color: #546876;
}
</style>
background-color css
<style>
a { background-color: #546876; }
a { background-color: rgb(84,104,118); }
div.DivClassName
{
background-color: #546876;
}
.BgClassName
{
background-color: #546876;
}
</style>
border-color css
<style>
span { border-color: #546876; }
span { border-color: rgb(84,104,118); }
td.TdClassName
{
border-color: #546876;
}
.TagClassName
{
border-color: #546876;
}
</style>