Shades of Bismark #546E7D
Tints of Bismark #546E7D
RGB
CMYK
RGB Variations
Color information
#546E7D (or 0x546E7D) is known color: Bismark. HEX triplet: 54, 6E and 7D. RGB value is (84,110,125). Sum of RGB (Red+Green+Blue) = 84+110+125=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #546E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E7D is #AB9182. Grayscale: #676767. Windows color (decimal): -11243907 or 8220244. OLE color: 8220244.
HSL color Cylindrical-coordinate representation of color #546E7D: hue angle of 201.95º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #546E7D is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 110 | 125 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.51 |
| HSL | 201.95º | 0.2% | 0.41% | - |
| HSV(B) | 201.95º | 0.33% | 0.49% | - |
| XYZ | 12.93 | 14.52 | 21.52 | - |
| YUV | 103.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 125 | 0.33 | 0.12 | 0 | 0.51 | 201.95 | 0.2 | 0.41 |
| Hex | 54 | 6E | 7D | 21 | C | 0 | 33 | CA | 14 | 29 |
| Octal | 124 | 156 | 175 | 41 | 14 | 0 | 63 | 312 | 24 | 51 |
| Binary | 1010100 | 1101110 | 1111101 | 100001 | 1100 | 0 | 110011 | 11001010 | 10100 | 101001 |
Color Harmonies of #546E7D
Complementary color
Monochromatic Colors of #546E7D
Black with #546E7D
Text Example
Text Example
White with #546E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E7D; }
p { color: rgb(84,110,125); }
H1.HeaderClassName
{
color: #546E7D;
}
.AnyTagClassName
{
color: #546E7D;
}
</style>
background-color css
<style>
a { background-color: #546E7D; }
a { background-color: rgb(84,110,125); }
div.DivClassName
{
background-color: #546E7D;
}
.BgClassName
{
background-color: #546E7D;
}
</style>
border-color css
<style>
span { border-color: #546E7D; }
span { border-color: rgb(84,110,125); }
td.TdClassName
{
border-color: #546E7D;
}
.TagClassName
{
border-color: #546E7D;
}
</style>