Shades of Bismark #54737B
Tints of Bismark #54737B
RGB
CMYK
RGB Variations
Color information
#54737B (or 0x54737B) is known color: Bismark. HEX triplet: 54, 73 and 7B. RGB value is (84,115,123). Sum of RGB (Red+Green+Blue) = 84+115+123=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #54737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54737B is #AB8C84. Grayscale: #6A6A6A. Windows color (decimal): -11242629 or 8090452. OLE color: 8090452.
HSL color Cylindrical-coordinate representation of color #54737B: hue angle of 192.31º 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 #54737B is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 115 | 123 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.52 |
| HSL | 192.31º | 0.19% | 0.41% | - |
| HSV(B) | 192.31º | 0.32% | 0.48% | - |
| XYZ | 13.36 | 15.58 | 21.04 | - |
| YUV | 106.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 123 | 0.32 | 0.07 | 0 | 0.52 | 192.31 | 0.19 | 0.41 |
| Hex | 54 | 73 | 7B | 20 | 7 | 0 | 34 | C0 | 13 | 29 |
| Octal | 124 | 163 | 173 | 40 | 7 | 0 | 64 | 300 | 23 | 51 |
| Binary | 1010100 | 1110011 | 1111011 | 100000 | 111 | 0 | 110100 | 11000000 | 10011 | 101001 |
Color Harmonies of #54737B
Complementary color
Monochromatic Colors of #54737B
Black with #54737B
Text Example
Text Example
White with #54737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54737B; }
p { color: rgb(84,115,123); }
H1.HeaderClassName
{
color: #54737B;
}
.AnyTagClassName
{
color: #54737B;
}
</style>
background-color css
<style>
a { background-color: #54737B; }
a { background-color: rgb(84,115,123); }
div.DivClassName
{
background-color: #54737B;
}
.BgClassName
{
background-color: #54737B;
}
</style>
border-color css
<style>
span { border-color: #54737B; }
span { border-color: rgb(84,115,123); }
td.TdClassName
{
border-color: #54737B;
}
.TagClassName
{
border-color: #54737B;
}
</style>