Shades of Bismark #506F80
Tints of Bismark #506F80
RGB
CMYK
RGB Variations
Color information
#506F80 (or 0x506F80) is known color: Bismark. HEX triplet: 50, 6F and 80. RGB value is (80,111,128). Sum of RGB (Red+Green+Blue) = 80+111+128=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #506F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F80 is #AF907F. Grayscale: #676767. Windows color (decimal): -11505792 or 8417104. OLE color: 8417104.
HSL color Cylindrical-coordinate representation of color #506F80: hue angle of 201.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506F80 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 111 | 128 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.50 |
| HSL | 201.25º | 0.23% | 0.41% | - |
| HSV(B) | 201.25º | 0.38% | 0.5% | - |
| XYZ | 12.89 | 14.63 | 22.57 | - |
| YUV | 103.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 128 | 0.38 | 0.13 | 0 | 0.50 | 201.25 | 0.23 | 0.41 |
| Hex | 50 | 6F | 80 | 26 | D | 0 | 32 | C9 | 17 | 29 |
| Octal | 120 | 157 | 200 | 46 | 15 | 0 | 62 | 311 | 27 | 51 |
| Binary | 1010000 | 1101111 | 10000000 | 100110 | 1101 | 0 | 110010 | 11001001 | 10111 | 101001 |
Color Harmonies of #506F80
Complementary color
Monochromatic Colors of #506F80
Black with #506F80
Text Example
Text Example
White with #506F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F80; }
p { color: rgb(80,111,128); }
H1.HeaderClassName
{
color: #506F80;
}
.AnyTagClassName
{
color: #506F80;
}
</style>
background-color css
<style>
a { background-color: #506F80; }
a { background-color: rgb(80,111,128); }
div.DivClassName
{
background-color: #506F80;
}
.BgClassName
{
background-color: #506F80;
}
</style>
border-color css
<style>
span { border-color: #506F80; }
span { border-color: rgb(80,111,128); }
td.TdClassName
{
border-color: #506F80;
}
.TagClassName
{
border-color: #506F80;
}
</style>