Shades of Bismark #506A72
Tints of Bismark #506A72
RGB
CMYK
RGB Variations
Color information
#506A72 (or 0x506A72) is known color: Bismark. HEX triplet: 50, 6A and 72. RGB value is (80,106,114). Sum of RGB (Red+Green+Blue) = 80+106+114=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #506A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A72 is #AF958D. Grayscale: #636363. Windows color (decimal): -11507086 or 7498320. OLE color: 7498320.
HSL color Cylindrical-coordinate representation of color #506A72: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506A72 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 106 | 114 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.55 |
| HSL | 194.12º | 0.18% | 0.38% | - |
| HSV(B) | 194.12º | 0.3% | 0.45% | - |
| XYZ | 11.5 | 13.23 | 17.87 | - |
| YUV | 99.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 114 | 0.30 | 0.07 | 0 | 0.55 | 194.12 | 0.18 | 0.38 |
| Hex | 50 | 6A | 72 | 1E | 7 | 0 | 37 | C2 | 12 | 26 |
| Octal | 120 | 152 | 162 | 36 | 7 | 0 | 67 | 302 | 22 | 46 |
| Binary | 1010000 | 1101010 | 1110010 | 11110 | 111 | 0 | 110111 | 11000010 | 10010 | 100110 |
Color Harmonies of #506A72
Complementary color
Monochromatic Colors of #506A72
Black with #506A72
Text Example
Text Example
White with #506A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A72; }
p { color: rgb(80,106,114); }
H1.HeaderClassName
{
color: #506A72;
}
.AnyTagClassName
{
color: #506A72;
}
</style>
background-color css
<style>
a { background-color: #506A72; }
a { background-color: rgb(80,106,114); }
div.DivClassName
{
background-color: #506A72;
}
.BgClassName
{
background-color: #506A72;
}
</style>
border-color css
<style>
span { border-color: #506A72; }
span { border-color: rgb(80,106,114); }
td.TdClassName
{
border-color: #506A72;
}
.TagClassName
{
border-color: #506A72;
}
</style>