Shades of Bismark #50727B
Tints of Bismark #50727B
RGB
CMYK
RGB Variations
Color information
#50727B (or 0x50727B) is known color: Bismark. HEX triplet: 50, 72 and 7B. RGB value is (80,114,123). Sum of RGB (Red+Green+Blue) = 80+114+123=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #50727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50727B is #AF8D84. Grayscale: #686868. Windows color (decimal): -11505029 or 8090192. OLE color: 8090192.
HSL color Cylindrical-coordinate representation of color #50727B: hue angle of 192.56º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50727B is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 114 | 123 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.52 |
| HSL | 192.56º | 0.21% | 0.4% | - |
| HSV(B) | 192.56º | 0.35% | 0.48% | - |
| XYZ | 12.9 | 15.17 | 20.99 | - |
| YUV | 104.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 123 | 0.35 | 0.07 | 0 | 0.52 | 192.56 | 0.21 | 0.4 |
| Hex | 50 | 72 | 7B | 23 | 7 | 0 | 34 | C1 | 15 | 28 |
| Octal | 120 | 162 | 173 | 43 | 7 | 0 | 64 | 301 | 25 | 50 |
| Binary | 1010000 | 1110010 | 1111011 | 100011 | 111 | 0 | 110100 | 11000001 | 10101 | 101000 |
Color Harmonies of #50727B
Complementary color
Monochromatic Colors of #50727B
Black with #50727B
Text Example
Text Example
White with #50727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50727B; }
p { color: rgb(80,114,123); }
H1.HeaderClassName
{
color: #50727B;
}
.AnyTagClassName
{
color: #50727B;
}
</style>
background-color css
<style>
a { background-color: #50727B; }
a { background-color: rgb(80,114,123); }
div.DivClassName
{
background-color: #50727B;
}
.BgClassName
{
background-color: #50727B;
}
</style>
border-color css
<style>
span { border-color: #50727B; }
span { border-color: rgb(80,114,123); }
td.TdClassName
{
border-color: #50727B;
}
.TagClassName
{
border-color: #50727B;
}
</style>