Shades of Bismark #516D76
Tints of Bismark #516D76
RGB
CMYK
RGB Variations
Color information
#516D76 (or 0x516D76) is known color: Bismark. HEX triplet: 51, 6D and 76. RGB value is (81,109,118). Sum of RGB (Red+Green+Blue) = 81+109+118=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #516D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D76 is #AE9289. Grayscale: #656565. Windows color (decimal): -11440778 or 7761233. OLE color: 7761233.
HSL color Cylindrical-coordinate representation of color #516D76: hue angle of 194.59º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516D76 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 109 | 118 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.54 |
| HSL | 194.59º | 0.19% | 0.39% | - |
| HSV(B) | 194.59º | 0.31% | 0.46% | - |
| XYZ | 12.13 | 13.99 | 19.2 | - |
| YUV | 101.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 118 | 0.31 | 0.08 | 0 | 0.54 | 194.59 | 0.19 | 0.39 |
| Hex | 51 | 6D | 76 | 1F | 8 | 0 | 36 | C3 | 13 | 27 |
| Octal | 121 | 155 | 166 | 37 | 10 | 0 | 66 | 303 | 23 | 47 |
| Binary | 1010001 | 1101101 | 1110110 | 11111 | 1000 | 0 | 110110 | 11000011 | 10011 | 100111 |
Color Harmonies of #516D76
Complementary color
Monochromatic Colors of #516D76
Black with #516D76
Text Example
Text Example
White with #516D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D76; }
p { color: rgb(81,109,118); }
H1.HeaderClassName
{
color: #516D76;
}
.AnyTagClassName
{
color: #516D76;
}
</style>
background-color css
<style>
a { background-color: #516D76; }
a { background-color: rgb(81,109,118); }
div.DivClassName
{
background-color: #516D76;
}
.BgClassName
{
background-color: #516D76;
}
</style>
border-color css
<style>
span { border-color: #516D76; }
span { border-color: rgb(81,109,118); }
td.TdClassName
{
border-color: #516D76;
}
.TagClassName
{
border-color: #516D76;
}
</style>