Shades of Bismark #54707B
Tints of Bismark #54707B
RGB
CMYK
RGB Variations
Color information
#54707B (or 0x54707B) is known color: Bismark. HEX triplet: 54, 70 and 7B. RGB value is (84,112,123). Sum of RGB (Red+Green+Blue) = 84+112+123=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #54707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54707B is #AB8F84. Grayscale: #686868. Windows color (decimal): -11243397 or 8089684. OLE color: 8089684.
HSL color Cylindrical-coordinate representation of color #54707B: hue angle of 196.92º 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 #54707B is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 112 | 123 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.52 |
| HSL | 196.92º | 0.19% | 0.41% | - |
| HSV(B) | 196.92º | 0.32% | 0.48% | - |
| XYZ | 13.03 | 14.9 | 20.93 | - |
| YUV | 104.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 123 | 0.32 | 0.09 | 0 | 0.52 | 196.92 | 0.19 | 0.41 |
| Hex | 54 | 70 | 7B | 20 | 9 | 0 | 34 | C5 | 13 | 29 |
| Octal | 124 | 160 | 173 | 40 | 11 | 0 | 64 | 305 | 23 | 51 |
| Binary | 1010100 | 1110000 | 1111011 | 100000 | 1001 | 0 | 110100 | 11000101 | 10011 | 101001 |
Color Harmonies of #54707B
Complementary color
Monochromatic Colors of #54707B
Black with #54707B
Text Example
Text Example
White with #54707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54707B; }
p { color: rgb(84,112,123); }
H1.HeaderClassName
{
color: #54707B;
}
.AnyTagClassName
{
color: #54707B;
}
</style>
background-color css
<style>
a { background-color: #54707B; }
a { background-color: rgb(84,112,123); }
div.DivClassName
{
background-color: #54707B;
}
.BgClassName
{
background-color: #54707B;
}
</style>
border-color css
<style>
span { border-color: #54707B; }
span { border-color: rgb(84,112,123); }
td.TdClassName
{
border-color: #54707B;
}
.TagClassName
{
border-color: #54707B;
}
</style>