Shades of Bismark #50666F
Tints of Bismark #50666F
RGB
CMYK
RGB Variations
Color information
#50666F (or 0x50666F) is known color: Bismark. HEX triplet: 50, 66 and 6F. RGB value is (80,102,111). Sum of RGB (Red+Green+Blue) = 80+102+111=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #50666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50666F is #AF9990. Grayscale: #606060. Windows color (decimal): -11508113 or 7300688. OLE color: 7300688.
HSL color Cylindrical-coordinate representation of color #50666F: hue angle of 197.42º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50666F is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 102 | 111 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.56 |
| HSL | 197.42º | 0.16% | 0.37% | - |
| HSV(B) | 197.42º | 0.28% | 0.44% | - |
| XYZ | 10.93 | 12.36 | 16.85 | - |
| YUV | 96.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 111 | 0.28 | 0.08 | 0 | 0.56 | 197.42 | 0.16 | 0.37 |
| Hex | 50 | 66 | 6F | 1C | 8 | 0 | 38 | C5 | 10 | 25 |
| Octal | 120 | 146 | 157 | 34 | 10 | 0 | 70 | 305 | 20 | 45 |
| Binary | 1010000 | 1100110 | 1101111 | 11100 | 1000 | 0 | 111000 | 11000101 | 10000 | 100101 |
Color Harmonies of #50666F
Complementary color
Monochromatic Colors of #50666F
Black with #50666F
Text Example
Text Example
White with #50666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50666F; }
p { color: rgb(80,102,111); }
H1.HeaderClassName
{
color: #50666F;
}
.AnyTagClassName
{
color: #50666F;
}
</style>
background-color css
<style>
a { background-color: #50666F; }
a { background-color: rgb(80,102,111); }
div.DivClassName
{
background-color: #50666F;
}
.BgClassName
{
background-color: #50666F;
}
</style>
border-color css
<style>
span { border-color: #50666F; }
span { border-color: rgb(80,102,111); }
td.TdClassName
{
border-color: #50666F;
}
.TagClassName
{
border-color: #50666F;
}
</style>