Shades of Bismark #54707D
Tints of Bismark #54707D
RGB
CMYK
RGB Variations
Color information
#54707D (or 0x54707D) is known color: Bismark. HEX triplet: 54, 70 and 7D. RGB value is (84,112,125). Sum of RGB (Red+Green+Blue) = 84+112+125=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #54707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54707D is #AB8F82. Grayscale: #696969. Windows color (decimal): -11243395 or 8220756. OLE color: 8220756.
HSL color Cylindrical-coordinate representation of color #54707D: hue angle of 199.02º 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 #54707D is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 112 | 125 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.51 |
| HSL | 199.02º | 0.2% | 0.41% | - |
| HSV(B) | 199.02º | 0.33% | 0.49% | - |
| XYZ | 13.15 | 14.95 | 21.6 | - |
| YUV | 105.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 125 | 0.33 | 0.10 | 0 | 0.51 | 199.02 | 0.2 | 0.41 |
| Hex | 54 | 70 | 7D | 21 | A | 0 | 33 | C7 | 14 | 29 |
| Octal | 124 | 160 | 175 | 41 | 12 | 0 | 63 | 307 | 24 | 51 |
| Binary | 1010100 | 1110000 | 1111101 | 100001 | 1010 | 0 | 110011 | 11000111 | 10100 | 101001 |
Color Harmonies of #54707D
Complementary color
Monochromatic Colors of #54707D
Black with #54707D
Text Example
Text Example
White with #54707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54707D; }
p { color: rgb(84,112,125); }
H1.HeaderClassName
{
color: #54707D;
}
.AnyTagClassName
{
color: #54707D;
}
</style>
background-color css
<style>
a { background-color: #54707D; }
a { background-color: rgb(84,112,125); }
div.DivClassName
{
background-color: #54707D;
}
.BgClassName
{
background-color: #54707D;
}
</style>
border-color css
<style>
span { border-color: #54707D; }
span { border-color: rgb(84,112,125); }
td.TdClassName
{
border-color: #54707D;
}
.TagClassName
{
border-color: #54707D;
}
</style>