Shades of Bismark #506D77
Tints of Bismark #506D77
RGB
CMYK
RGB Variations
Color information
#506D77 (or 0x506D77) is known color: Bismark. HEX triplet: 50, 6D and 77. RGB value is (80,109,119). Sum of RGB (Red+Green+Blue) = 80+109+119=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #506D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D77 is #AF9288. Grayscale: #656565. Windows color (decimal): -11506313 or 7826768. OLE color: 7826768.
HSL color Cylindrical-coordinate representation of color #506D77: hue angle of 195.38º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506D77 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 109 | 119 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.53 |
| HSL | 195.38º | 0.2% | 0.39% | - |
| HSV(B) | 195.38º | 0.33% | 0.47% | - |
| XYZ | 12.11 | 13.97 | 19.51 | - |
| YUV | 101.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 119 | 0.33 | 0.08 | 0 | 0.53 | 195.38 | 0.2 | 0.39 |
| Hex | 50 | 6D | 77 | 21 | 8 | 0 | 35 | C3 | 14 | 27 |
| Octal | 120 | 155 | 167 | 41 | 10 | 0 | 65 | 303 | 24 | 47 |
| Binary | 1010000 | 1101101 | 1110111 | 100001 | 1000 | 0 | 110101 | 11000011 | 10100 | 100111 |
Color Harmonies of #506D77
Complementary color
Monochromatic Colors of #506D77
Black with #506D77
Text Example
Text Example
White with #506D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D77; }
p { color: rgb(80,109,119); }
H1.HeaderClassName
{
color: #506D77;
}
.AnyTagClassName
{
color: #506D77;
}
</style>
background-color css
<style>
a { background-color: #506D77; }
a { background-color: rgb(80,109,119); }
div.DivClassName
{
background-color: #506D77;
}
.BgClassName
{
background-color: #506D77;
}
</style>
border-color css
<style>
span { border-color: #506D77; }
span { border-color: rgb(80,109,119); }
td.TdClassName
{
border-color: #506D77;
}
.TagClassName
{
border-color: #506D77;
}
</style>