Shades of Bismark #54717B
Tints of Bismark #54717B
RGB
CMYK
RGB Variations
Color information
#54717B (or 0x54717B) is known color: Bismark. HEX triplet: 54, 71 and 7B. RGB value is (84,113,123). Sum of RGB (Red+Green+Blue) = 84+113+123=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #54717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54717B is #AB8E84. Grayscale: #696969. Windows color (decimal): -11243141 or 8089940. OLE color: 8089940.
HSL color Cylindrical-coordinate representation of color #54717B: hue angle of 195.38º 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 #54717B is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 113 | 123 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.52 |
| HSL | 195.38º | 0.19% | 0.41% | - |
| HSV(B) | 195.38º | 0.32% | 0.48% | - |
| XYZ | 13.14 | 15.13 | 20.97 | - |
| YUV | 105.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 123 | 0.32 | 0.08 | 0 | 0.52 | 195.38 | 0.19 | 0.41 |
| Hex | 54 | 71 | 7B | 20 | 8 | 0 | 34 | C3 | 13 | 29 |
| Octal | 124 | 161 | 173 | 40 | 10 | 0 | 64 | 303 | 23 | 51 |
| Binary | 1010100 | 1110001 | 1111011 | 100000 | 1000 | 0 | 110100 | 11000011 | 10011 | 101001 |
Color Harmonies of #54717B
Complementary color
Monochromatic Colors of #54717B
Black with #54717B
Text Example
Text Example
White with #54717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54717B; }
p { color: rgb(84,113,123); }
H1.HeaderClassName
{
color: #54717B;
}
.AnyTagClassName
{
color: #54717B;
}
</style>
background-color css
<style>
a { background-color: #54717B; }
a { background-color: rgb(84,113,123); }
div.DivClassName
{
background-color: #54717B;
}
.BgClassName
{
background-color: #54717B;
}
</style>
border-color css
<style>
span { border-color: #54717B; }
span { border-color: rgb(84,113,123); }
td.TdClassName
{
border-color: #54717B;
}
.TagClassName
{
border-color: #54717B;
}
</style>