Shades of Bismark #516C74
Tints of Bismark #516C74
RGB
CMYK
RGB Variations
Color information
#516C74 (or 0x516C74) is known color: Bismark. HEX triplet: 51, 6C and 74. RGB value is (81,108,116). Sum of RGB (Red+Green+Blue) = 81+108+116=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #516C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C74 is #AE938B. Grayscale: #646464. Windows color (decimal): -11441036 or 7629905. OLE color: 7629905.
HSL color Cylindrical-coordinate representation of color #516C74: hue angle of 193.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516C74 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 108 | 116 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.55 |
| HSL | 193.71º | 0.18% | 0.39% | - |
| HSV(B) | 193.71º | 0.3% | 0.45% | - |
| XYZ | 11.91 | 13.74 | 18.55 | - |
| YUV | 100.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 116 | 0.30 | 0.07 | 0 | 0.55 | 193.71 | 0.18 | 0.39 |
| Hex | 51 | 6C | 74 | 1E | 7 | 0 | 37 | C2 | 12 | 27 |
| Octal | 121 | 154 | 164 | 36 | 7 | 0 | 67 | 302 | 22 | 47 |
| Binary | 1010001 | 1101100 | 1110100 | 11110 | 111 | 0 | 110111 | 11000010 | 10010 | 100111 |
Color Harmonies of #516C74
Complementary color
Monochromatic Colors of #516C74
Black with #516C74
Text Example
Text Example
White with #516C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C74; }
p { color: rgb(81,108,116); }
H1.HeaderClassName
{
color: #516C74;
}
.AnyTagClassName
{
color: #516C74;
}
</style>
background-color css
<style>
a { background-color: #516C74; }
a { background-color: rgb(81,108,116); }
div.DivClassName
{
background-color: #516C74;
}
.BgClassName
{
background-color: #516C74;
}
</style>
border-color css
<style>
span { border-color: #516C74; }
span { border-color: rgb(81,108,116); }
td.TdClassName
{
border-color: #516C74;
}
.TagClassName
{
border-color: #516C74;
}
</style>