Shades of Bismark #516F7D
Tints of Bismark #516F7D
RGB
CMYK
RGB Variations
Color information
#516F7D (or 0x516F7D) is known color: Bismark. HEX triplet: 51, 6F and 7D. RGB value is (81,111,125). Sum of RGB (Red+Green+Blue) = 81+111+125=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #516F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F7D is #AE9082. Grayscale: #676767. Windows color (decimal): -11440259 or 8220497. OLE color: 8220497.
HSL color Cylindrical-coordinate representation of color #516F7D: hue angle of 199.09º 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 #516F7D is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 111 | 125 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.51 |
| HSL | 199.09º | 0.21% | 0.4% | - |
| HSV(B) | 199.09º | 0.35% | 0.49% | - |
| XYZ | 12.78 | 14.6 | 21.55 | - |
| YUV | 103.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 125 | 0.35 | 0.11 | 0 | 0.51 | 199.09 | 0.21 | 0.4 |
| Hex | 51 | 6F | 7D | 23 | B | 0 | 33 | C7 | 15 | 28 |
| Octal | 121 | 157 | 175 | 43 | 13 | 0 | 63 | 307 | 25 | 50 |
| Binary | 1010001 | 1101111 | 1111101 | 100011 | 1011 | 0 | 110011 | 11000111 | 10101 | 101000 |
Color Harmonies of #516F7D
Complementary color
Monochromatic Colors of #516F7D
Black with #516F7D
Text Example
Text Example
White with #516F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F7D; }
p { color: rgb(81,111,125); }
H1.HeaderClassName
{
color: #516F7D;
}
.AnyTagClassName
{
color: #516F7D;
}
</style>
background-color css
<style>
a { background-color: #516F7D; }
a { background-color: rgb(81,111,125); }
div.DivClassName
{
background-color: #516F7D;
}
.BgClassName
{
background-color: #516F7D;
}
</style>
border-color css
<style>
span { border-color: #516F7D; }
span { border-color: rgb(81,111,125); }
td.TdClassName
{
border-color: #516F7D;
}
.TagClassName
{
border-color: #516F7D;
}
</style>