Shades of Bismark #55717F
Tints of Bismark #55717F
RGB
CMYK
RGB Variations
Color information
#55717F (or 0x55717F) is known color: Bismark. HEX triplet: 55, 71 and 7F. RGB value is (85,113,127). Sum of RGB (Red+Green+Blue) = 85+113+127=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #55717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55717F is #AA8E80. Grayscale: #6A6A6A. Windows color (decimal): -11177601 or 8352085. OLE color: 8352085.
HSL color Cylindrical-coordinate representation of color #55717F: hue angle of 200º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55717F is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 113 | 127 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.50 |
| HSL | 200º | 0.2% | 0.42% | - |
| HSV(B) | 200º | 0.33% | 0.5% | - |
| XYZ | 13.48 | 15.27 | 22.32 | - |
| YUV | 106.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 127 | 0.33 | 0.11 | 0 | 0.50 | 200 | 0.2 | 0.42 |
| Hex | 55 | 71 | 7F | 21 | B | 0 | 32 | C8 | 14 | 2A |
| Octal | 125 | 161 | 177 | 41 | 13 | 0 | 62 | 310 | 24 | 52 |
| Binary | 1010101 | 1110001 | 1111111 | 100001 | 1011 | 0 | 110010 | 11001000 | 10100 | 101010 |
Color Harmonies of #55717F
Complementary color
Monochromatic Colors of #55717F
Black with #55717F
Text Example
Text Example
White with #55717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55717F; }
p { color: rgb(85,113,127); }
H1.HeaderClassName
{
color: #55717F;
}
.AnyTagClassName
{
color: #55717F;
}
</style>
background-color css
<style>
a { background-color: #55717F; }
a { background-color: rgb(85,113,127); }
div.DivClassName
{
background-color: #55717F;
}
.BgClassName
{
background-color: #55717F;
}
</style>
border-color css
<style>
span { border-color: #55717F; }
span { border-color: rgb(85,113,127); }
td.TdClassName
{
border-color: #55717F;
}
.TagClassName
{
border-color: #55717F;
}
</style>