Shades of Bismark #546F7B
Tints of Bismark #546F7B
RGB
CMYK
RGB Variations
Color information
#546F7B (or 0x546F7B) is known color: Bismark. HEX triplet: 54, 6F and 7B. RGB value is (84,111,123). Sum of RGB (Red+Green+Blue) = 84+111+123=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #546F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F7B is #AB9084. Grayscale: #686868. Windows color (decimal): -11243653 or 8089428. OLE color: 8089428.
HSL color Cylindrical-coordinate representation of color #546F7B: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #546F7B is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 111 | 123 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.52 |
| HSL | 198.46º | 0.19% | 0.41% | - |
| HSV(B) | 198.46º | 0.32% | 0.48% | - |
| XYZ | 12.92 | 14.68 | 20.89 | - |
| YUV | 104.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 123 | 0.32 | 0.10 | 0 | 0.52 | 198.46 | 0.19 | 0.41 |
| Hex | 54 | 6F | 7B | 20 | A | 0 | 34 | C6 | 13 | 29 |
| Octal | 124 | 157 | 173 | 40 | 12 | 0 | 64 | 306 | 23 | 51 |
| Binary | 1010100 | 1101111 | 1111011 | 100000 | 1010 | 0 | 110100 | 11000110 | 10011 | 101001 |
Color Harmonies of #546F7B
Complementary color
Monochromatic Colors of #546F7B
Black with #546F7B
Text Example
Text Example
White with #546F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F7B; }
p { color: rgb(84,111,123); }
H1.HeaderClassName
{
color: #546F7B;
}
.AnyTagClassName
{
color: #546F7B;
}
</style>
background-color css
<style>
a { background-color: #546F7B; }
a { background-color: rgb(84,111,123); }
div.DivClassName
{
background-color: #546F7B;
}
.BgClassName
{
background-color: #546F7B;
}
</style>
border-color css
<style>
span { border-color: #546F7B; }
span { border-color: rgb(84,111,123); }
td.TdClassName
{
border-color: #546F7B;
}
.TagClassName
{
border-color: #546F7B;
}
</style>