Shades of Bismark #55717B
Tints of Bismark #55717B
RGB
CMYK
RGB Variations
Color information
#55717B (or 0x55717B) is known color: Bismark. HEX triplet: 55, 71 and 7B. RGB value is (85,113,123). Sum of RGB (Red+Green+Blue) = 85+113+123=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 113 (44.53% from 255 or 35.20% 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 #55717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55717B is #AA8E84. Grayscale: #696969. Windows color (decimal): -11177605 or 8089941. OLE color: 8089941.
HSL color Cylindrical-coordinate representation of color #55717B: hue angle of 195.79º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55717B is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 113 | 123 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.52 |
| HSL | 195.79º | 0.18% | 0.41% | - |
| HSV(B) | 195.79º | 0.31% | 0.48% | - |
| XYZ | 13.23 | 15.17 | 20.97 | - |
| YUV | 105.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 123 | 0.31 | 0.08 | 0 | 0.52 | 195.79 | 0.18 | 0.41 |
| Hex | 55 | 71 | 7B | 1F | 8 | 0 | 34 | C4 | 12 | 29 |
| Octal | 125 | 161 | 173 | 37 | 10 | 0 | 64 | 304 | 22 | 51 |
| Binary | 1010101 | 1110001 | 1111011 | 11111 | 1000 | 0 | 110100 | 11000100 | 10010 | 101001 |
Color Harmonies of #55717B
Complementary color
Monochromatic Colors of #55717B
Black with #55717B
Text Example
Text Example
White with #55717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55717B; }
p { color: rgb(85,113,123); }
H1.HeaderClassName
{
color: #55717B;
}
.AnyTagClassName
{
color: #55717B;
}
</style>
background-color css
<style>
a { background-color: #55717B; }
a { background-color: rgb(85,113,123); }
div.DivClassName
{
background-color: #55717B;
}
.BgClassName
{
background-color: #55717B;
}
</style>
border-color css
<style>
span { border-color: #55717B; }
span { border-color: rgb(85,113,123); }
td.TdClassName
{
border-color: #55717B;
}
.TagClassName
{
border-color: #55717B;
}
</style>