Shades of Bismark #54717C
Tints of Bismark #54717C
RGB
CMYK
RGB Variations
Color information
#54717C (or 0x54717C) is known color: Bismark. HEX triplet: 54, 71 and 7C. RGB value is (84,113,124). Sum of RGB (Red+Green+Blue) = 84+113+124=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #54717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54717C is #AB8E83. Grayscale: #696969. Windows color (decimal): -11243140 or 8155476. OLE color: 8155476.
HSL color Cylindrical-coordinate representation of color #54717C: hue angle of 196.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54717C is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 113 | 124 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.51 |
| HSL | 196.5º | 0.19% | 0.41% | - |
| HSV(B) | 196.5º | 0.32% | 0.49% | - |
| XYZ | 13.2 | 15.15 | 21.3 | - |
| YUV | 105.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 124 | 0.32 | 0.09 | 0 | 0.51 | 196.5 | 0.19 | 0.41 |
| Hex | 54 | 71 | 7C | 20 | 9 | 0 | 33 | C4 | 13 | 29 |
| Octal | 124 | 161 | 174 | 40 | 11 | 0 | 63 | 304 | 23 | 51 |
| Binary | 1010100 | 1110001 | 1111100 | 100000 | 1001 | 0 | 110011 | 11000100 | 10011 | 101001 |
Color Harmonies of #54717C
Complementary color
Monochromatic Colors of #54717C
Black with #54717C
Text Example
Text Example
White with #54717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54717C; }
p { color: rgb(84,113,124); }
H1.HeaderClassName
{
color: #54717C;
}
.AnyTagClassName
{
color: #54717C;
}
</style>
background-color css
<style>
a { background-color: #54717C; }
a { background-color: rgb(84,113,124); }
div.DivClassName
{
background-color: #54717C;
}
.BgClassName
{
background-color: #54717C;
}
</style>
border-color css
<style>
span { border-color: #54717C; }
span { border-color: rgb(84,113,124); }
td.TdClassName
{
border-color: #54717C;
}
.TagClassName
{
border-color: #54717C;
}
</style>