Shades of Bismark #506E7C
Tints of Bismark #506E7C
RGB
CMYK
RGB Variations
Color information
#506E7C (or 0x506E7C) is known color: Bismark. HEX triplet: 50, 6E and 7C. RGB value is (80,110,124). Sum of RGB (Red+Green+Blue) = 80+110+124=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #506E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E7C is #AF9183. Grayscale: #666666. Windows color (decimal): -11506052 or 8154704. OLE color: 8154704.
HSL color Cylindrical-coordinate representation of color #506E7C: hue angle of 199.09º degrees, saturation: 0.22, 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 #506E7C is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 110 | 124 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.51 |
| HSL | 199.09º | 0.22% | 0.4% | - |
| HSV(B) | 199.09º | 0.35% | 0.49% | - |
| XYZ | 12.52 | 14.31 | 21.17 | - |
| YUV | 102.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 124 | 0.35 | 0.11 | 0 | 0.51 | 199.09 | 0.22 | 0.4 |
| Hex | 50 | 6E | 7C | 23 | B | 0 | 33 | C7 | 16 | 28 |
| Octal | 120 | 156 | 174 | 43 | 13 | 0 | 63 | 307 | 26 | 50 |
| Binary | 1010000 | 1101110 | 1111100 | 100011 | 1011 | 0 | 110011 | 11000111 | 10110 | 101000 |
Color Harmonies of #506E7C
Complementary color
Monochromatic Colors of #506E7C
Black with #506E7C
Text Example
Text Example
White with #506E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506E7C; }
p { color: rgb(80,110,124); }
H1.HeaderClassName
{
color: #506E7C;
}
.AnyTagClassName
{
color: #506E7C;
}
</style>
background-color css
<style>
a { background-color: #506E7C; }
a { background-color: rgb(80,110,124); }
div.DivClassName
{
background-color: #506E7C;
}
.BgClassName
{
background-color: #506E7C;
}
</style>
border-color css
<style>
span { border-color: #506E7C; }
span { border-color: rgb(80,110,124); }
td.TdClassName
{
border-color: #506E7C;
}
.TagClassName
{
border-color: #506E7C;
}
</style>