Shades of Bismark #506B76
Tints of Bismark #506B76
RGB
CMYK
RGB Variations
Color information
#506B76 (or 0x506B76) is known color: Bismark. HEX triplet: 50, 6B and 76. RGB value is (80,107,118). Sum of RGB (Red+Green+Blue) = 80+107+118=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #506B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B76 is #AF9489. Grayscale: #646464. Windows color (decimal): -11506826 or 7760720. OLE color: 7760720.
HSL color Cylindrical-coordinate representation of color #506B76: hue angle of 197.37º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506B76 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 107 | 118 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.54 |
| HSL | 197.37º | 0.19% | 0.39% | - |
| HSV(B) | 197.37º | 0.32% | 0.46% | - |
| XYZ | 11.84 | 13.53 | 19.13 | - |
| YUV | 100.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 118 | 0.32 | 0.09 | 0 | 0.54 | 197.37 | 0.19 | 0.39 |
| Hex | 50 | 6B | 76 | 20 | 9 | 0 | 36 | C5 | 13 | 27 |
| Octal | 120 | 153 | 166 | 40 | 11 | 0 | 66 | 305 | 23 | 47 |
| Binary | 1010000 | 1101011 | 1110110 | 100000 | 1001 | 0 | 110110 | 11000101 | 10011 | 100111 |
Color Harmonies of #506B76
Complementary color
Monochromatic Colors of #506B76
Black with #506B76
Text Example
Text Example
White with #506B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B76; }
p { color: rgb(80,107,118); }
H1.HeaderClassName
{
color: #506B76;
}
.AnyTagClassName
{
color: #506B76;
}
</style>
background-color css
<style>
a { background-color: #506B76; }
a { background-color: rgb(80,107,118); }
div.DivClassName
{
background-color: #506B76;
}
.BgClassName
{
background-color: #506B76;
}
</style>
border-color css
<style>
span { border-color: #506B76; }
span { border-color: rgb(80,107,118); }
td.TdClassName
{
border-color: #506B76;
}
.TagClassName
{
border-color: #506B76;
}
</style>