Shades of Bismark #506C79
Tints of Bismark #506C79
RGB
CMYK
RGB Variations
Color information
#506C79 (or 0x506C79) is known color: Bismark. HEX triplet: 50, 6C and 79. RGB value is (80,108,121). Sum of RGB (Red+Green+Blue) = 80+108+121=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #506C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C79 is #AF9386. Grayscale: #656565. Windows color (decimal): -11506567 or 7957584. OLE color: 7957584.
HSL color Cylindrical-coordinate representation of color #506C79: hue angle of 199.02º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506C79 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 108 | 121 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.53 |
| HSL | 199.02º | 0.2% | 0.39% | - |
| HSV(B) | 199.02º | 0.34% | 0.47% | - |
| XYZ | 12.12 | 13.81 | 20.12 | - |
| YUV | 101.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 121 | 0.34 | 0.11 | 0 | 0.53 | 199.02 | 0.2 | 0.39 |
| Hex | 50 | 6C | 79 | 22 | B | 0 | 35 | C7 | 14 | 27 |
| Octal | 120 | 154 | 171 | 42 | 13 | 0 | 65 | 307 | 24 | 47 |
| Binary | 1010000 | 1101100 | 1111001 | 100010 | 1011 | 0 | 110101 | 11000111 | 10100 | 100111 |
Color Harmonies of #506C79
Complementary color
Monochromatic Colors of #506C79
Black with #506C79
Text Example
Text Example
White with #506C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C79; }
p { color: rgb(80,108,121); }
H1.HeaderClassName
{
color: #506C79;
}
.AnyTagClassName
{
color: #506C79;
}
</style>
background-color css
<style>
a { background-color: #506C79; }
a { background-color: rgb(80,108,121); }
div.DivClassName
{
background-color: #506C79;
}
.BgClassName
{
background-color: #506C79;
}
</style>
border-color css
<style>
span { border-color: #506C79; }
span { border-color: rgb(80,108,121); }
td.TdClassName
{
border-color: #506C79;
}
.TagClassName
{
border-color: #506C79;
}
</style>