Shades of Bismark #50717E
Tints of Bismark #50717E
RGB
CMYK
RGB Variations
Color information
#50717E (or 0x50717E) is known color: Bismark. HEX triplet: 50, 71 and 7E. RGB value is (80,113,126). Sum of RGB (Red+Green+Blue) = 80+113+126=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #50717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50717E is #AF8E81. Grayscale: #686868. Windows color (decimal): -11505282 or 8286544. OLE color: 8286544.
HSL color Cylindrical-coordinate representation of color #50717E: hue angle of 196.96º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50717E is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 113 | 126 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.51 |
| HSL | 196.96º | 0.22% | 0.4% | - |
| HSV(B) | 196.96º | 0.37% | 0.49% | - |
| XYZ | 12.98 | 15.02 | 21.95 | - |
| YUV | 104.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 126 | 0.37 | 0.10 | 0 | 0.51 | 196.96 | 0.22 | 0.4 |
| Hex | 50 | 71 | 7E | 25 | A | 0 | 33 | C5 | 16 | 28 |
| Octal | 120 | 161 | 176 | 45 | 12 | 0 | 63 | 305 | 26 | 50 |
| Binary | 1010000 | 1110001 | 1111110 | 100101 | 1010 | 0 | 110011 | 11000101 | 10110 | 101000 |
Color Harmonies of #50717E
Complementary color
Monochromatic Colors of #50717E
Black with #50717E
Text Example
Text Example
White with #50717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50717E; }
p { color: rgb(80,113,126); }
H1.HeaderClassName
{
color: #50717E;
}
.AnyTagClassName
{
color: #50717E;
}
</style>
background-color css
<style>
a { background-color: #50717E; }
a { background-color: rgb(80,113,126); }
div.DivClassName
{
background-color: #50717E;
}
.BgClassName
{
background-color: #50717E;
}
</style>
border-color css
<style>
span { border-color: #50717E; }
span { border-color: rgb(80,113,126); }
td.TdClassName
{
border-color: #50717E;
}
.TagClassName
{
border-color: #50717E;
}
</style>