Shades of Bismark #516B72
Tints of Bismark #516B72
RGB
CMYK
RGB Variations
Color information
#516B72 (or 0x516B72) is known color: Bismark. HEX triplet: 51, 6B and 72. RGB value is (81,107,114). Sum of RGB (Red+Green+Blue) = 81+107+114=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #516B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B72 is #AE948D. Grayscale: #636363. Windows color (decimal): -11441294 or 7498577. OLE color: 7498577.
HSL color Cylindrical-coordinate representation of color #516B72: hue angle of 192.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #516B72 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 107 | 114 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.55 |
| HSL | 192.73º | 0.17% | 0.38% | - |
| HSV(B) | 192.73º | 0.29% | 0.45% | - |
| XYZ | 11.69 | 13.48 | 17.91 | - |
| YUV | 100.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 114 | 0.29 | 0.06 | 0 | 0.55 | 192.73 | 0.17 | 0.38 |
| Hex | 51 | 6B | 72 | 1D | 6 | 0 | 37 | C1 | 11 | 26 |
| Octal | 121 | 153 | 162 | 35 | 6 | 0 | 67 | 301 | 21 | 46 |
| Binary | 1010001 | 1101011 | 1110010 | 11101 | 110 | 0 | 110111 | 11000001 | 10001 | 100110 |
Color Harmonies of #516B72
Complementary color
Monochromatic Colors of #516B72
Black with #516B72
Text Example
Text Example
White with #516B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B72; }
p { color: rgb(81,107,114); }
H1.HeaderClassName
{
color: #516B72;
}
.AnyTagClassName
{
color: #516B72;
}
</style>
background-color css
<style>
a { background-color: #516B72; }
a { background-color: rgb(81,107,114); }
div.DivClassName
{
background-color: #516B72;
}
.BgClassName
{
background-color: #516B72;
}
</style>
border-color css
<style>
span { border-color: #516B72; }
span { border-color: rgb(81,107,114); }
td.TdClassName
{
border-color: #516B72;
}
.TagClassName
{
border-color: #516B72;
}
</style>