Shades of Bismark #506E7A
Tints of Bismark #506E7A
RGB
CMYK
RGB Variations
Color information
#506E7A (or 0x506E7A) is known color: Bismark. HEX triplet: 50, 6E and 7A. RGB value is (80,110,122). Sum of RGB (Red+Green+Blue) = 80+110+122=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #506E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E7A is #AF9185. Grayscale: #666666. Windows color (decimal): -11506054 or 8023632. OLE color: 8023632.
HSL color Cylindrical-coordinate representation of color #506E7A: hue angle of 197.14º 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 #506E7A is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 110 | 122 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.52 |
| HSL | 197.14º | 0.21% | 0.4% | - |
| HSV(B) | 197.14º | 0.34% | 0.48% | - |
| XYZ | 12.4 | 14.26 | 20.51 | - |
| YUV | 102.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 122 | 0.34 | 0.10 | 0 | 0.52 | 197.14 | 0.21 | 0.4 |
| Hex | 50 | 6E | 7A | 22 | A | 0 | 34 | C5 | 15 | 28 |
| Octal | 120 | 156 | 172 | 42 | 12 | 0 | 64 | 305 | 25 | 50 |
| Binary | 1010000 | 1101110 | 1111010 | 100010 | 1010 | 0 | 110100 | 11000101 | 10101 | 101000 |
Color Harmonies of #506E7A
Complementary color
Monochromatic Colors of #506E7A
Black with #506E7A
Text Example
Text Example
White with #506E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506E7A; }
p { color: rgb(80,110,122); }
H1.HeaderClassName
{
color: #506E7A;
}
.AnyTagClassName
{
color: #506E7A;
}
</style>
background-color css
<style>
a { background-color: #506E7A; }
a { background-color: rgb(80,110,122); }
div.DivClassName
{
background-color: #506E7A;
}
.BgClassName
{
background-color: #506E7A;
}
</style>
border-color css
<style>
span { border-color: #506E7A; }
span { border-color: rgb(80,110,122); }
td.TdClassName
{
border-color: #506E7A;
}
.TagClassName
{
border-color: #506E7A;
}
</style>