Shades of Bismark #516D7B
Tints of Bismark #516D7B
RGB
CMYK
RGB Variations
Color information
#516D7B (or 0x516D7B) is known color: Bismark. HEX triplet: 51, 6D and 7B. RGB value is (81,109,123). Sum of RGB (Red+Green+Blue) = 81+109+123=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #516D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D7B is #AE9284. Grayscale: #666666. Windows color (decimal): -11440773 or 8088913. OLE color: 8088913.
HSL color Cylindrical-coordinate representation of color #516D7B: hue angle of 200º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #516D7B is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 109 | 123 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.52 |
| HSL | 200º | 0.21% | 0.4% | - |
| HSV(B) | 200º | 0.34% | 0.48% | - |
| XYZ | 12.44 | 14.12 | 20.81 | - |
| YUV | 102.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 123 | 0.34 | 0.11 | 0 | 0.52 | 200 | 0.21 | 0.4 |
| Hex | 51 | 6D | 7B | 22 | B | 0 | 34 | C8 | 15 | 28 |
| Octal | 121 | 155 | 173 | 42 | 13 | 0 | 64 | 310 | 25 | 50 |
| Binary | 1010001 | 1101101 | 1111011 | 100010 | 1011 | 0 | 110100 | 11001000 | 10101 | 101000 |
Color Harmonies of #516D7B
Complementary color
Monochromatic Colors of #516D7B
Black with #516D7B
Text Example
Text Example
White with #516D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D7B; }
p { color: rgb(81,109,123); }
H1.HeaderClassName
{
color: #516D7B;
}
.AnyTagClassName
{
color: #516D7B;
}
</style>
background-color css
<style>
a { background-color: #516D7B; }
a { background-color: rgb(81,109,123); }
div.DivClassName
{
background-color: #516D7B;
}
.BgClassName
{
background-color: #516D7B;
}
</style>
border-color css
<style>
span { border-color: #516D7B; }
span { border-color: rgb(81,109,123); }
td.TdClassName
{
border-color: #516D7B;
}
.TagClassName
{
border-color: #516D7B;
}
</style>