Shades of Bismark #516A73
Tints of Bismark #516A73
RGB
CMYK
RGB Variations
Color information
#516A73 (or 0x516A73) is known color: Bismark. HEX triplet: 51, 6A and 73. RGB value is (81,106,115). Sum of RGB (Red+Green+Blue) = 81+106+115=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #516A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A73 is #AE958C. Grayscale: #636363. Windows color (decimal): -11441549 or 7563857. OLE color: 7563857.
HSL color Cylindrical-coordinate representation of color #516A73: hue angle of 195.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516A73 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 106 | 115 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.55 |
| HSL | 195.88º | 0.17% | 0.38% | - |
| HSV(B) | 195.88º | 0.3% | 0.45% | - |
| XYZ | 11.64 | 13.3 | 18.17 | - |
| YUV | 99.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 115 | 0.30 | 0.08 | 0 | 0.55 | 195.88 | 0.17 | 0.38 |
| Hex | 51 | 6A | 73 | 1E | 8 | 0 | 37 | C4 | 11 | 26 |
| Octal | 121 | 152 | 163 | 36 | 10 | 0 | 67 | 304 | 21 | 46 |
| Binary | 1010001 | 1101010 | 1110011 | 11110 | 1000 | 0 | 110111 | 11000100 | 10001 | 100110 |
Color Harmonies of #516A73
Complementary color
Monochromatic Colors of #516A73
Black with #516A73
Text Example
Text Example
White with #516A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A73; }
p { color: rgb(81,106,115); }
H1.HeaderClassName
{
color: #516A73;
}
.AnyTagClassName
{
color: #516A73;
}
</style>
background-color css
<style>
a { background-color: #516A73; }
a { background-color: rgb(81,106,115); }
div.DivClassName
{
background-color: #516A73;
}
.BgClassName
{
background-color: #516A73;
}
</style>
border-color css
<style>
span { border-color: #516A73; }
span { border-color: rgb(81,106,115); }
td.TdClassName
{
border-color: #516A73;
}
.TagClassName
{
border-color: #516A73;
}
</style>