Shades of Bismark #516F7F
Tints of Bismark #516F7F
RGB
CMYK
RGB Variations
Color information
#516F7F (or 0x516F7F) is known color: Bismark. HEX triplet: 51, 6F and 7F. RGB value is (81,111,127). Sum of RGB (Red+Green+Blue) = 81+111+127=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #516F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F7F is #AE9080. Grayscale: #676767. Windows color (decimal): -11440257 or 8351569. OLE color: 8351569.
HSL color Cylindrical-coordinate representation of color #516F7F: hue angle of 200.87º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #516F7F is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 111 | 127 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.50 |
| HSL | 200.87º | 0.22% | 0.41% | - |
| HSV(B) | 200.87º | 0.36% | 0.5% | - |
| XYZ | 12.91 | 14.65 | 22.23 | - |
| YUV | 103.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 127 | 0.36 | 0.13 | 0 | 0.50 | 200.87 | 0.22 | 0.41 |
| Hex | 51 | 6F | 7F | 24 | D | 0 | 32 | C9 | 16 | 29 |
| Octal | 121 | 157 | 177 | 44 | 15 | 0 | 62 | 311 | 26 | 51 |
| Binary | 1010001 | 1101111 | 1111111 | 100100 | 1101 | 0 | 110010 | 11001001 | 10110 | 101001 |
Color Harmonies of #516F7F
Complementary color
Monochromatic Colors of #516F7F
Black with #516F7F
Text Example
Text Example
White with #516F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F7F; }
p { color: rgb(81,111,127); }
H1.HeaderClassName
{
color: #516F7F;
}
.AnyTagClassName
{
color: #516F7F;
}
</style>
background-color css
<style>
a { background-color: #516F7F; }
a { background-color: rgb(81,111,127); }
div.DivClassName
{
background-color: #516F7F;
}
.BgClassName
{
background-color: #516F7F;
}
</style>
border-color css
<style>
span { border-color: #516F7F; }
span { border-color: rgb(81,111,127); }
td.TdClassName
{
border-color: #516F7F;
}
.TagClassName
{
border-color: #516F7F;
}
</style>