Shades of Bismark #516D7D
Tints of Bismark #516D7D
RGB
CMYK
RGB Variations
Color information
#516D7D (or 0x516D7D) is known color: Bismark. HEX triplet: 51, 6D and 7D. RGB value is (81,109,125). Sum of RGB (Red+Green+Blue) = 81+109+125=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #516D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D7D is #AE9282. Grayscale: #666666. Windows color (decimal): -11440771 or 8219985. OLE color: 8219985.
HSL color Cylindrical-coordinate representation of color #516D7D: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #516D7D is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 109 | 125 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.51 |
| HSL | 201.82º | 0.21% | 0.4% | - |
| HSV(B) | 201.82º | 0.35% | 0.49% | - |
| XYZ | 12.56 | 14.17 | 21.47 | - |
| YUV | 102.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 125 | 0.35 | 0.13 | 0 | 0.51 | 201.82 | 0.21 | 0.4 |
| Hex | 51 | 6D | 7D | 23 | D | 0 | 33 | CA | 15 | 28 |
| Octal | 121 | 155 | 175 | 43 | 15 | 0 | 63 | 312 | 25 | 50 |
| Binary | 1010001 | 1101101 | 1111101 | 100011 | 1101 | 0 | 110011 | 11001010 | 10101 | 101000 |
Color Harmonies of #516D7D
Complementary color
Monochromatic Colors of #516D7D
Black with #516D7D
Text Example
Text Example
White with #516D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D7D; }
p { color: rgb(81,109,125); }
H1.HeaderClassName
{
color: #516D7D;
}
.AnyTagClassName
{
color: #516D7D;
}
</style>
background-color css
<style>
a { background-color: #516D7D; }
a { background-color: rgb(81,109,125); }
div.DivClassName
{
background-color: #516D7D;
}
.BgClassName
{
background-color: #516D7D;
}
</style>
border-color css
<style>
span { border-color: #516D7D; }
span { border-color: rgb(81,109,125); }
td.TdClassName
{
border-color: #516D7D;
}
.TagClassName
{
border-color: #516D7D;
}
</style>