Shades of Bismark #546E76
Tints of Bismark #546E76
RGB
CMYK
RGB Variations
Color information
#546E76 (or 0x546E76) is known color: Bismark. HEX triplet: 54, 6E and 76. RGB value is (84,110,118). Sum of RGB (Red+Green+Blue) = 84+110+118=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #546E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E76 is #AB9189. Grayscale: #676767. Windows color (decimal): -11243914 or 7761492. OLE color: 7761492.
HSL color Cylindrical-coordinate representation of color #546E76: hue angle of 194.12º 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 #546E76 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 110 | 118 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.54 |
| HSL | 194.12º | 0.17% | 0.4% | - |
| HSV(B) | 194.12º | 0.29% | 0.46% | - |
| XYZ | 12.5 | 14.34 | 19.25 | - |
| YUV | 103.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 118 | 0.29 | 0.07 | 0 | 0.54 | 194.12 | 0.17 | 0.4 |
| Hex | 54 | 6E | 76 | 1D | 7 | 0 | 36 | C2 | 11 | 28 |
| Octal | 124 | 156 | 166 | 35 | 7 | 0 | 66 | 302 | 21 | 50 |
| Binary | 1010100 | 1101110 | 1110110 | 11101 | 111 | 0 | 110110 | 11000010 | 10001 | 101000 |
Color Harmonies of #546E76
Complementary color
Monochromatic Colors of #546E76
Black with #546E76
Text Example
Text Example
White with #546E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E76; }
p { color: rgb(84,110,118); }
H1.HeaderClassName
{
color: #546E76;
}
.AnyTagClassName
{
color: #546E76;
}
</style>
background-color css
<style>
a { background-color: #546E76; }
a { background-color: rgb(84,110,118); }
div.DivClassName
{
background-color: #546E76;
}
.BgClassName
{
background-color: #546E76;
}
</style>
border-color css
<style>
span { border-color: #546E76; }
span { border-color: rgb(84,110,118); }
td.TdClassName
{
border-color: #546E76;
}
.TagClassName
{
border-color: #546E76;
}
</style>