Shades of Bismark #50727F
Tints of Bismark #50727F
RGB
CMYK
RGB Variations
Color information
#50727F (or 0x50727F) is known color: Bismark. HEX triplet: 50, 72 and 7F. RGB value is (80,114,127). Sum of RGB (Red+Green+Blue) = 80+114+127=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #50727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50727F is #AF8D80. Grayscale: #696969. Windows color (decimal): -11505025 or 8352336. OLE color: 8352336.
HSL color Cylindrical-coordinate representation of color #50727F: hue angle of 196.6º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50727F is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 114 | 127 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.50 |
| HSL | 196.6º | 0.23% | 0.41% | - |
| HSV(B) | 196.6º | 0.37% | 0.5% | - |
| XYZ | 13.16 | 15.27 | 22.33 | - |
| YUV | 105.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 127 | 0.37 | 0.10 | 0 | 0.50 | 196.6 | 0.23 | 0.41 |
| Hex | 50 | 72 | 7F | 25 | A | 0 | 32 | C5 | 17 | 29 |
| Octal | 120 | 162 | 177 | 45 | 12 | 0 | 62 | 305 | 27 | 51 |
| Binary | 1010000 | 1110010 | 1111111 | 100101 | 1010 | 0 | 110010 | 11000101 | 10111 | 101001 |
Color Harmonies of #50727F
Complementary color
Monochromatic Colors of #50727F
Black with #50727F
Text Example
Text Example
White with #50727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50727F; }
p { color: rgb(80,114,127); }
H1.HeaderClassName
{
color: #50727F;
}
.AnyTagClassName
{
color: #50727F;
}
</style>
background-color css
<style>
a { background-color: #50727F; }
a { background-color: rgb(80,114,127); }
div.DivClassName
{
background-color: #50727F;
}
.BgClassName
{
background-color: #50727F;
}
</style>
border-color css
<style>
span { border-color: #50727F; }
span { border-color: rgb(80,114,127); }
td.TdClassName
{
border-color: #50727F;
}
.TagClassName
{
border-color: #50727F;
}
</style>