Shades of Bismark #54727B
Tints of Bismark #54727B
RGB
CMYK
RGB Variations
Color information
#54727B (or 0x54727B) is known color: Bismark. HEX triplet: 54, 72 and 7B. RGB value is (84,114,123). Sum of RGB (Red+Green+Blue) = 84+114+123=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #54727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54727B is #AB8D84. Grayscale: #696969. Windows color (decimal): -11242885 or 8090196. OLE color: 8090196.
HSL color Cylindrical-coordinate representation of color #54727B: hue angle of 193.85º 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 #54727B is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 114 | 123 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.52 |
| HSL | 193.85º | 0.19% | 0.41% | - |
| HSV(B) | 193.85º | 0.32% | 0.48% | - |
| XYZ | 13.25 | 15.35 | 21 | - |
| YUV | 106.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 123 | 0.32 | 0.07 | 0 | 0.52 | 193.85 | 0.19 | 0.41 |
| Hex | 54 | 72 | 7B | 20 | 7 | 0 | 34 | C2 | 13 | 29 |
| Octal | 124 | 162 | 173 | 40 | 7 | 0 | 64 | 302 | 23 | 51 |
| Binary | 1010100 | 1110010 | 1111011 | 100000 | 111 | 0 | 110100 | 11000010 | 10011 | 101001 |
Color Harmonies of #54727B
Complementary color
Monochromatic Colors of #54727B
Black with #54727B
Text Example
Text Example
White with #54727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54727B; }
p { color: rgb(84,114,123); }
H1.HeaderClassName
{
color: #54727B;
}
.AnyTagClassName
{
color: #54727B;
}
</style>
background-color css
<style>
a { background-color: #54727B; }
a { background-color: rgb(84,114,123); }
div.DivClassName
{
background-color: #54727B;
}
.BgClassName
{
background-color: #54727B;
}
</style>
border-color css
<style>
span { border-color: #54727B; }
span { border-color: rgb(84,114,123); }
td.TdClassName
{
border-color: #54727B;
}
.TagClassName
{
border-color: #54727B;
}
</style>