Shades of Bismark #516B7A
Tints of Bismark #516B7A
RGB
CMYK
RGB Variations
Color information
#516B7A (or 0x516B7A) is known color: Bismark. HEX triplet: 51, 6B and 7A. RGB value is (81,107,122). Sum of RGB (Red+Green+Blue) = 81+107+122=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #516B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B7A is #AE9485. Grayscale: #646464. Windows color (decimal): -11441286 or 8022865. OLE color: 8022865.
HSL color Cylindrical-coordinate representation of color #516B7A: hue angle of 201.95º degrees, saturation: 0.2, 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 #516B7A is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 107 | 122 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.52 |
| HSL | 201.95º | 0.2% | 0.4% | - |
| HSV(B) | 201.95º | 0.34% | 0.48% | - |
| XYZ | 12.16 | 13.67 | 20.41 | - |
| YUV | 100.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 122 | 0.34 | 0.12 | 0 | 0.52 | 201.95 | 0.2 | 0.4 |
| Hex | 51 | 6B | 7A | 22 | C | 0 | 34 | CA | 14 | 28 |
| Octal | 121 | 153 | 172 | 42 | 14 | 0 | 64 | 312 | 24 | 50 |
| Binary | 1010001 | 1101011 | 1111010 | 100010 | 1100 | 0 | 110100 | 11001010 | 10100 | 101000 |
Color Harmonies of #516B7A
Complementary color
Monochromatic Colors of #516B7A
Black with #516B7A
Text Example
Text Example
White with #516B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B7A; }
p { color: rgb(81,107,122); }
H1.HeaderClassName
{
color: #516B7A;
}
.AnyTagClassName
{
color: #516B7A;
}
</style>
background-color css
<style>
a { background-color: #516B7A; }
a { background-color: rgb(81,107,122); }
div.DivClassName
{
background-color: #516B7A;
}
.BgClassName
{
background-color: #516B7A;
}
</style>
border-color css
<style>
span { border-color: #516B7A; }
span { border-color: rgb(81,107,122); }
td.TdClassName
{
border-color: #516B7A;
}
.TagClassName
{
border-color: #516B7A;
}
</style>