Shades of Bismark #516E7F
Tints of Bismark #516E7F
RGB
CMYK
RGB Variations
Color information
#516E7F (or 0x516E7F) is known color: Bismark. HEX triplet: 51, 6E and 7F. RGB value is (81,110,127). Sum of RGB (Red+Green+Blue) = 81+110+127=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #516E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E7F is #AE9180. Grayscale: #676767. Windows color (decimal): -11440513 or 8351313. OLE color: 8351313.
HSL color Cylindrical-coordinate representation of color #516E7F: hue angle of 202.17º 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 #516E7F is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 110 | 127 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.50 |
| HSL | 202.17º | 0.22% | 0.41% | - |
| HSV(B) | 202.17º | 0.36% | 0.5% | - |
| XYZ | 12.8 | 14.43 | 22.19 | - |
| YUV | 103.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 127 | 0.36 | 0.13 | 0 | 0.50 | 202.17 | 0.22 | 0.41 |
| Hex | 51 | 6E | 7F | 24 | D | 0 | 32 | CA | 16 | 29 |
| Octal | 121 | 156 | 177 | 44 | 15 | 0 | 62 | 312 | 26 | 51 |
| Binary | 1010001 | 1101110 | 1111111 | 100100 | 1101 | 0 | 110010 | 11001010 | 10110 | 101001 |
Color Harmonies of #516E7F
Complementary color
Monochromatic Colors of #516E7F
Black with #516E7F
Text Example
Text Example
White with #516E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E7F; }
p { color: rgb(81,110,127); }
H1.HeaderClassName
{
color: #516E7F;
}
.AnyTagClassName
{
color: #516E7F;
}
</style>
background-color css
<style>
a { background-color: #516E7F; }
a { background-color: rgb(81,110,127); }
div.DivClassName
{
background-color: #516E7F;
}
.BgClassName
{
background-color: #516E7F;
}
</style>
border-color css
<style>
span { border-color: #516E7F; }
span { border-color: rgb(81,110,127); }
td.TdClassName
{
border-color: #516E7F;
}
.TagClassName
{
border-color: #516E7F;
}
</style>