Shades of Bismark #506676
Tints of Bismark #506676
RGB
CMYK
RGB Variations
Color information
#506676 (or 0x506676) is known color: Bismark. HEX triplet: 50, 66 and 76. RGB value is (80,102,118). Sum of RGB (Red+Green+Blue) = 80+102+118=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #506676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506676 is #AF9989. Grayscale: #616161. Windows color (decimal): -11508106 or 7759440. OLE color: 7759440.
HSL color Cylindrical-coordinate representation of color #506676: hue angle of 205.26º 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 #506676 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 102 | 118 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.54 |
| HSL | 205.26º | 0.19% | 0.39% | - |
| HSV(B) | 205.26º | 0.32% | 0.46% | - |
| XYZ | 11.33 | 12.52 | 18.96 | - |
| YUV | 97.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 118 | 0.32 | 0.14 | 0 | 0.54 | 205.26 | 0.19 | 0.39 |
| Hex | 50 | 66 | 76 | 20 | E | 0 | 36 | CD | 13 | 27 |
| Octal | 120 | 146 | 166 | 40 | 16 | 0 | 66 | 315 | 23 | 47 |
| Binary | 1010000 | 1100110 | 1110110 | 100000 | 1110 | 0 | 110110 | 11001101 | 10011 | 100111 |
Color Harmonies of #506676
Complementary color
Monochromatic Colors of #506676
Black with #506676
Text Example
Text Example
White with #506676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506676; }
p { color: rgb(80,102,118); }
H1.HeaderClassName
{
color: #506676;
}
.AnyTagClassName
{
color: #506676;
}
</style>
background-color css
<style>
a { background-color: #506676; }
a { background-color: rgb(80,102,118); }
div.DivClassName
{
background-color: #506676;
}
.BgClassName
{
background-color: #506676;
}
</style>
border-color css
<style>
span { border-color: #506676; }
span { border-color: rgb(80,102,118); }
td.TdClassName
{
border-color: #506676;
}
.TagClassName
{
border-color: #506676;
}
</style>