Shades of Bismark #546C76
Tints of Bismark #546C76
RGB
CMYK
RGB Variations
Color information
#546C76 (or 0x546C76) is known color: Bismark. HEX triplet: 54, 6C and 76. RGB value is (84,108,118). Sum of RGB (Red+Green+Blue) = 84+108+118=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #546C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C76 is #AB9389. Grayscale: #656565. Windows color (decimal): -11244426 or 7760980. OLE color: 7760980.
HSL color Cylindrical-coordinate representation of color #546C76: hue angle of 197.65º 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 #546C76 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 108 | 118 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.54 |
| HSL | 197.65º | 0.17% | 0.4% | - |
| HSV(B) | 197.65º | 0.29% | 0.46% | - |
| XYZ | 12.29 | 13.92 | 19.18 | - |
| YUV | 101.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 118 | 0.29 | 0.08 | 0 | 0.54 | 197.65 | 0.17 | 0.4 |
| Hex | 54 | 6C | 76 | 1D | 8 | 0 | 36 | C6 | 11 | 28 |
| Octal | 124 | 154 | 166 | 35 | 10 | 0 | 66 | 306 | 21 | 50 |
| Binary | 1010100 | 1101100 | 1110110 | 11101 | 1000 | 0 | 110110 | 11000110 | 10001 | 101000 |
Color Harmonies of #546C76
Complementary color
Monochromatic Colors of #546C76
Black with #546C76
Text Example
Text Example
White with #546C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C76; }
p { color: rgb(84,108,118); }
H1.HeaderClassName
{
color: #546C76;
}
.AnyTagClassName
{
color: #546C76;
}
</style>
background-color css
<style>
a { background-color: #546C76; }
a { background-color: rgb(84,108,118); }
div.DivClassName
{
background-color: #546C76;
}
.BgClassName
{
background-color: #546C76;
}
</style>
border-color css
<style>
span { border-color: #546C76; }
span { border-color: rgb(84,108,118); }
td.TdClassName
{
border-color: #546C76;
}
.TagClassName
{
border-color: #546C76;
}
</style>