Shades of Bismark #54737E
Tints of Bismark #54737E
RGB
CMYK
RGB Variations
Color information
#54737E (or 0x54737E) is known color: Bismark. HEX triplet: 54, 73 and 7E. RGB value is (84,115,126). Sum of RGB (Red+Green+Blue) = 84+115+126=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #54737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54737E is #AB8C81. Grayscale: #6A6A6A. Windows color (decimal): -11242626 or 8287060. OLE color: 8287060.
HSL color Cylindrical-coordinate representation of color #54737E: hue angle of 195.71º 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 #54737E is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 115 | 126 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.51 |
| HSL | 195.71º | 0.2% | 0.41% | - |
| HSV(B) | 195.71º | 0.33% | 0.49% | - |
| XYZ | 13.55 | 15.65 | 22.05 | - |
| YUV | 106.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 126 | 0.33 | 0.09 | 0 | 0.51 | 195.71 | 0.2 | 0.41 |
| Hex | 54 | 73 | 7E | 21 | 9 | 0 | 33 | C4 | 14 | 29 |
| Octal | 124 | 163 | 176 | 41 | 11 | 0 | 63 | 304 | 24 | 51 |
| Binary | 1010100 | 1110011 | 1111110 | 100001 | 1001 | 0 | 110011 | 11000100 | 10100 | 101001 |
Color Harmonies of #54737E
Complementary color
Monochromatic Colors of #54737E
Black with #54737E
Text Example
Text Example
White with #54737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54737E; }
p { color: rgb(84,115,126); }
H1.HeaderClassName
{
color: #54737E;
}
.AnyTagClassName
{
color: #54737E;
}
</style>
background-color css
<style>
a { background-color: #54737E; }
a { background-color: rgb(84,115,126); }
div.DivClassName
{
background-color: #54737E;
}
.BgClassName
{
background-color: #54737E;
}
</style>
border-color css
<style>
span { border-color: #54737E; }
span { border-color: rgb(84,115,126); }
td.TdClassName
{
border-color: #54737E;
}
.TagClassName
{
border-color: #54737E;
}
</style>