Shades of Bismark #55717D
Tints of Bismark #55717D
RGB
CMYK
RGB Variations
Color information
#55717D (or 0x55717D) is known color: Bismark. HEX triplet: 55, 71 and 7D. RGB value is (85,113,125). Sum of RGB (Red+Green+Blue) = 85+113+125=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #55717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55717D is #AA8E82. Grayscale: #696969. Windows color (decimal): -11177603 or 8221013. OLE color: 8221013.
HSL color Cylindrical-coordinate representation of color #55717D: hue angle of 198º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55717D is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 113 | 125 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.51 |
| HSL | 198º | 0.19% | 0.41% | - |
| HSV(B) | 198º | 0.32% | 0.49% | - |
| XYZ | 13.35 | 15.22 | 21.64 | - |
| YUV | 106 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 125 | 0.32 | 0.10 | 0 | 0.51 | 198 | 0.19 | 0.41 |
| Hex | 55 | 71 | 7D | 20 | A | 0 | 33 | C6 | 13 | 29 |
| Octal | 125 | 161 | 175 | 40 | 12 | 0 | 63 | 306 | 23 | 51 |
| Binary | 1010101 | 1110001 | 1111101 | 100000 | 1010 | 0 | 110011 | 11000110 | 10011 | 101001 |
Color Harmonies of #55717D
Complementary color
Monochromatic Colors of #55717D
Black with #55717D
Text Example
Text Example
White with #55717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55717D; }
p { color: rgb(85,113,125); }
H1.HeaderClassName
{
color: #55717D;
}
.AnyTagClassName
{
color: #55717D;
}
</style>
background-color css
<style>
a { background-color: #55717D; }
a { background-color: rgb(85,113,125); }
div.DivClassName
{
background-color: #55717D;
}
.BgClassName
{
background-color: #55717D;
}
</style>
border-color css
<style>
span { border-color: #55717D; }
span { border-color: rgb(85,113,125); }
td.TdClassName
{
border-color: #55717D;
}
.TagClassName
{
border-color: #55717D;
}
</style>