Shades of Bismark #50727A
Tints of Bismark #50727A
RGB
CMYK
RGB Variations
Color information
#50727A (or 0x50727A) is known color: Bismark. HEX triplet: 50, 72 and 7A. RGB value is (80,114,122). Sum of RGB (Red+Green+Blue) = 80+114+122=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #50727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50727A is #AF8D85. Grayscale: #686868. Windows color (decimal): -11505030 or 8024656. OLE color: 8024656.
HSL color Cylindrical-coordinate representation of color #50727A: hue angle of 191.43º 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 #50727A is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 114 | 122 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.52 |
| HSL | 191.43º | 0.21% | 0.4% | - |
| HSV(B) | 191.43º | 0.34% | 0.48% | - |
| XYZ | 12.84 | 15.15 | 20.66 | - |
| YUV | 104.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 122 | 0.34 | 0.07 | 0 | 0.52 | 191.43 | 0.21 | 0.4 |
| Hex | 50 | 72 | 7A | 22 | 7 | 0 | 34 | BF | 15 | 28 |
| Octal | 120 | 162 | 172 | 42 | 7 | 0 | 64 | 277 | 25 | 50 |
| Binary | 1010000 | 1110010 | 1111010 | 100010 | 111 | 0 | 110100 | 10111111 | 10101 | 101000 |
Color Harmonies of #50727A
Complementary color
Monochromatic Colors of #50727A
Black with #50727A
Text Example
Text Example
White with #50727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50727A; }
p { color: rgb(80,114,122); }
H1.HeaderClassName
{
color: #50727A;
}
.AnyTagClassName
{
color: #50727A;
}
</style>
background-color css
<style>
a { background-color: #50727A; }
a { background-color: rgb(80,114,122); }
div.DivClassName
{
background-color: #50727A;
}
.BgClassName
{
background-color: #50727A;
}
</style>
border-color css
<style>
span { border-color: #50727A; }
span { border-color: rgb(80,114,122); }
td.TdClassName
{
border-color: #50727A;
}
.TagClassName
{
border-color: #50727A;
}
</style>