Shades of Bismark #54727E
Tints of Bismark #54727E
RGB
CMYK
RGB Variations
Color information
#54727E (or 0x54727E) is known color: Bismark. HEX triplet: 54, 72 and 7E. RGB value is (84,114,126). Sum of RGB (Red+Green+Blue) = 84+114+126=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #54727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54727E is #AB8D81. Grayscale: #6A6A6A. Windows color (decimal): -11242882 or 8286804. OLE color: 8286804.
HSL color Cylindrical-coordinate representation of color #54727E: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54727E is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 114 | 126 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.51 |
| HSL | 197.14º | 0.2% | 0.41% | - |
| HSV(B) | 197.14º | 0.33% | 0.49% | - |
| XYZ | 13.44 | 15.43 | 22.01 | - |
| YUV | 106.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 126 | 0.33 | 0.10 | 0 | 0.51 | 197.14 | 0.2 | 0.41 |
| Hex | 54 | 72 | 7E | 21 | A | 0 | 33 | C5 | 14 | 29 |
| Octal | 124 | 162 | 176 | 41 | 12 | 0 | 63 | 305 | 24 | 51 |
| Binary | 1010100 | 1110010 | 1111110 | 100001 | 1010 | 0 | 110011 | 11000101 | 10100 | 101001 |
Color Harmonies of #54727E
Complementary color
Monochromatic Colors of #54727E
Black with #54727E
Text Example
Text Example
White with #54727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54727E; }
p { color: rgb(84,114,126); }
H1.HeaderClassName
{
color: #54727E;
}
.AnyTagClassName
{
color: #54727E;
}
</style>
background-color css
<style>
a { background-color: #54727E; }
a { background-color: rgb(84,114,126); }
div.DivClassName
{
background-color: #54727E;
}
.BgClassName
{
background-color: #54727E;
}
</style>
border-color css
<style>
span { border-color: #54727E; }
span { border-color: rgb(84,114,126); }
td.TdClassName
{
border-color: #54727E;
}
.TagClassName
{
border-color: #54727E;
}
</style>