Shades of Bismark #546C7A
Tints of Bismark #546C7A
RGB
CMYK
RGB Variations
Color information
#546C7A (or 0x546C7A) is known color: Bismark. HEX triplet: 54, 6C and 7A. RGB value is (84,108,122). Sum of RGB (Red+Green+Blue) = 84+108+122=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #546C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C7A is #AB9385. Grayscale: #666666. Windows color (decimal): -11244422 or 8023124. OLE color: 8023124.
HSL color Cylindrical-coordinate representation of color #546C7A: hue angle of 202.11º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #546C7A is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 108 | 122 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.52 |
| HSL | 202.11º | 0.18% | 0.4% | - |
| HSV(B) | 202.11º | 0.31% | 0.48% | - |
| XYZ | 12.53 | 14.02 | 20.46 | - |
| YUV | 102.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 122 | 0.31 | 0.11 | 0 | 0.52 | 202.11 | 0.18 | 0.4 |
| Hex | 54 | 6C | 7A | 1F | B | 0 | 34 | CA | 12 | 28 |
| Octal | 124 | 154 | 172 | 37 | 13 | 0 | 64 | 312 | 22 | 50 |
| Binary | 1010100 | 1101100 | 1111010 | 11111 | 1011 | 0 | 110100 | 11001010 | 10010 | 101000 |
Color Harmonies of #546C7A
Complementary color
Monochromatic Colors of #546C7A
Black with #546C7A
Text Example
Text Example
White with #546C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C7A; }
p { color: rgb(84,108,122); }
H1.HeaderClassName
{
color: #546C7A;
}
.AnyTagClassName
{
color: #546C7A;
}
</style>
background-color css
<style>
a { background-color: #546C7A; }
a { background-color: rgb(84,108,122); }
div.DivClassName
{
background-color: #546C7A;
}
.BgClassName
{
background-color: #546C7A;
}
</style>
border-color css
<style>
span { border-color: #546C7A; }
span { border-color: rgb(84,108,122); }
td.TdClassName
{
border-color: #546C7A;
}
.TagClassName
{
border-color: #546C7A;
}
</style>