Shades of Bismark #546A73
Tints of Bismark #546A73
RGB
CMYK
RGB Variations
Color information
#546A73 (or 0x546A73) is known color: Bismark. HEX triplet: 54, 6A and 73. RGB value is (84,106,115). Sum of RGB (Red+Green+Blue) = 84+106+115=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #546A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A73 is #AB958C. Grayscale: #646464. Windows color (decimal): -11244941 or 7563860. OLE color: 7563860.
HSL color Cylindrical-coordinate representation of color #546A73: hue angle of 197.42º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #546A73 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 106 | 115 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.55 |
| HSL | 197.42º | 0.16% | 0.39% | - |
| HSV(B) | 197.42º | 0.27% | 0.45% | - |
| XYZ | 11.9 | 13.43 | 18.18 | - |
| YUV | 100.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 115 | 0.27 | 0.08 | 0 | 0.55 | 197.42 | 0.16 | 0.39 |
| Hex | 54 | 6A | 73 | 1B | 8 | 0 | 37 | C5 | 10 | 27 |
| Octal | 124 | 152 | 163 | 33 | 10 | 0 | 67 | 305 | 20 | 47 |
| Binary | 1010100 | 1101010 | 1110011 | 11011 | 1000 | 0 | 110111 | 11000101 | 10000 | 100111 |
Color Harmonies of #546A73
Complementary color
Monochromatic Colors of #546A73
Black with #546A73
Text Example
Text Example
White with #546A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A73; }
p { color: rgb(84,106,115); }
H1.HeaderClassName
{
color: #546A73;
}
.AnyTagClassName
{
color: #546A73;
}
</style>
background-color css
<style>
a { background-color: #546A73; }
a { background-color: rgb(84,106,115); }
div.DivClassName
{
background-color: #546A73;
}
.BgClassName
{
background-color: #546A73;
}
</style>
border-color css
<style>
span { border-color: #546A73; }
span { border-color: rgb(84,106,115); }
td.TdClassName
{
border-color: #546A73;
}
.TagClassName
{
border-color: #546A73;
}
</style>