Shades of Bismark #506C74
Tints of Bismark #506C74
RGB
CMYK
RGB Variations
Color information
#506C74 (or 0x506C74) is known color: Bismark. HEX triplet: 50, 6C and 74. RGB value is (80,108,116). Sum of RGB (Red+Green+Blue) = 80+108+116=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #506C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C74 is #AF938B. Grayscale: #646464. Windows color (decimal): -11506572 or 7629904. OLE color: 7629904.
HSL color Cylindrical-coordinate representation of color #506C74: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #506C74 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 108 | 116 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.55 |
| HSL | 193.33º | 0.18% | 0.38% | - |
| HSV(B) | 193.33º | 0.31% | 0.45% | - |
| XYZ | 11.82 | 13.69 | 18.54 | - |
| YUV | 100.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 116 | 0.31 | 0.07 | 0 | 0.55 | 193.33 | 0.18 | 0.38 |
| Hex | 50 | 6C | 74 | 1F | 7 | 0 | 37 | C1 | 12 | 26 |
| Octal | 120 | 154 | 164 | 37 | 7 | 0 | 67 | 301 | 22 | 46 |
| Binary | 1010000 | 1101100 | 1110100 | 11111 | 111 | 0 | 110111 | 11000001 | 10010 | 100110 |
Color Harmonies of #506C74
Complementary color
Monochromatic Colors of #506C74
Black with #506C74
Text Example
Text Example
White with #506C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C74; }
p { color: rgb(80,108,116); }
H1.HeaderClassName
{
color: #506C74;
}
.AnyTagClassName
{
color: #506C74;
}
</style>
background-color css
<style>
a { background-color: #506C74; }
a { background-color: rgb(80,108,116); }
div.DivClassName
{
background-color: #506C74;
}
.BgClassName
{
background-color: #506C74;
}
</style>
border-color css
<style>
span { border-color: #506C74; }
span { border-color: rgb(80,108,116); }
td.TdClassName
{
border-color: #506C74;
}
.TagClassName
{
border-color: #506C74;
}
</style>