Shades of Bismark #516D79
Tints of Bismark #516D79
RGB
CMYK
RGB Variations
Color information
#516D79 (or 0x516D79) is known color: Bismark. HEX triplet: 51, 6D and 79. RGB value is (81,109,121). Sum of RGB (Red+Green+Blue) = 81+109+121=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #516D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D79 is #AE9286. Grayscale: #656565. Windows color (decimal): -11440775 or 7957841. OLE color: 7957841.
HSL color Cylindrical-coordinate representation of color #516D79: hue angle of 198º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516D79 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 109 | 121 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.53 |
| HSL | 198º | 0.2% | 0.4% | - |
| HSV(B) | 198º | 0.33% | 0.47% | - |
| XYZ | 12.31 | 14.07 | 20.16 | - |
| YUV | 102 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 121 | 0.33 | 0.10 | 0 | 0.53 | 198 | 0.2 | 0.4 |
| Hex | 51 | 6D | 79 | 21 | A | 0 | 35 | C6 | 14 | 28 |
| Octal | 121 | 155 | 171 | 41 | 12 | 0 | 65 | 306 | 24 | 50 |
| Binary | 1010001 | 1101101 | 1111001 | 100001 | 1010 | 0 | 110101 | 11000110 | 10100 | 101000 |
Color Harmonies of #516D79
Complementary color
Monochromatic Colors of #516D79
Black with #516D79
Text Example
Text Example
White with #516D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D79; }
p { color: rgb(81,109,121); }
H1.HeaderClassName
{
color: #516D79;
}
.AnyTagClassName
{
color: #516D79;
}
</style>
background-color css
<style>
a { background-color: #516D79; }
a { background-color: rgb(81,109,121); }
div.DivClassName
{
background-color: #516D79;
}
.BgClassName
{
background-color: #516D79;
}
</style>
border-color css
<style>
span { border-color: #516D79; }
span { border-color: rgb(81,109,121); }
td.TdClassName
{
border-color: #516D79;
}
.TagClassName
{
border-color: #516D79;
}
</style>