Shades of Bismark #50707A
Tints of Bismark #50707A
RGB
CMYK
RGB Variations
Color information
#50707A (or 0x50707A) is known color: Bismark. HEX triplet: 50, 70 and 7A. RGB value is (80,112,122). Sum of RGB (Red+Green+Blue) = 80+112+122=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #50707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50707A is #AF8F85. Grayscale: #676767. Windows color (decimal): -11505542 or 8024144. OLE color: 8024144.
HSL color Cylindrical-coordinate representation of color #50707A: hue angle of 194.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50707A is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 112 | 122 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.52 |
| HSL | 194.29º | 0.21% | 0.4% | - |
| HSV(B) | 194.29º | 0.34% | 0.48% | - |
| XYZ | 12.62 | 14.7 | 20.58 | - |
| YUV | 103.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 122 | 0.34 | 0.08 | 0 | 0.52 | 194.29 | 0.21 | 0.4 |
| Hex | 50 | 70 | 7A | 22 | 8 | 0 | 34 | C2 | 15 | 28 |
| Octal | 120 | 160 | 172 | 42 | 10 | 0 | 64 | 302 | 25 | 50 |
| Binary | 1010000 | 1110000 | 1111010 | 100010 | 1000 | 0 | 110100 | 11000010 | 10101 | 101000 |
Color Harmonies of #50707A
Complementary color
Monochromatic Colors of #50707A
Black with #50707A
Text Example
Text Example
White with #50707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50707A; }
p { color: rgb(80,112,122); }
H1.HeaderClassName
{
color: #50707A;
}
.AnyTagClassName
{
color: #50707A;
}
</style>
background-color css
<style>
a { background-color: #50707A; }
a { background-color: rgb(80,112,122); }
div.DivClassName
{
background-color: #50707A;
}
.BgClassName
{
background-color: #50707A;
}
</style>
border-color css
<style>
span { border-color: #50707A; }
span { border-color: rgb(80,112,122); }
td.TdClassName
{
border-color: #50707A;
}
.TagClassName
{
border-color: #50707A;
}
</style>