Shades of Bismark #506875
Tints of Bismark #506875
RGB
CMYK
RGB Variations
Color information
#506875 (or 0x506875) is known color: Bismark. HEX triplet: 50, 68 and 75. RGB value is (80,104,117). Sum of RGB (Red+Green+Blue) = 80+104+117=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #506875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506875 is #AF978A. Grayscale: #626262. Windows color (decimal): -11507595 or 7694416. OLE color: 7694416.
HSL color Cylindrical-coordinate representation of color #506875: hue angle of 201.08º 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 #506875 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 104 | 117 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.54 |
| HSL | 201.08º | 0.19% | 0.39% | - |
| HSV(B) | 201.08º | 0.32% | 0.46% | - |
| XYZ | 11.47 | 12.89 | 18.71 | - |
| YUV | 98.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 117 | 0.32 | 0.11 | 0 | 0.54 | 201.08 | 0.19 | 0.39 |
| Hex | 50 | 68 | 75 | 20 | B | 0 | 36 | C9 | 13 | 27 |
| Octal | 120 | 150 | 165 | 40 | 13 | 0 | 66 | 311 | 23 | 47 |
| Binary | 1010000 | 1101000 | 1110101 | 100000 | 1011 | 0 | 110110 | 11001001 | 10011 | 100111 |
Color Harmonies of #506875
Complementary color
Monochromatic Colors of #506875
Black with #506875
Text Example
Text Example
White with #506875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506875; }
p { color: rgb(80,104,117); }
H1.HeaderClassName
{
color: #506875;
}
.AnyTagClassName
{
color: #506875;
}
</style>
background-color css
<style>
a { background-color: #506875; }
a { background-color: rgb(80,104,117); }
div.DivClassName
{
background-color: #506875;
}
.BgClassName
{
background-color: #506875;
}
</style>
border-color css
<style>
span { border-color: #506875; }
span { border-color: rgb(80,104,117); }
td.TdClassName
{
border-color: #506875;
}
.TagClassName
{
border-color: #506875;
}
</style>