Shades of Dell #50673B
Tints of Dell #50673B
RGB
CMYK
RGB Variations
Color information
#50673B (or 0x50673B) is known color: Dell. HEX triplet: 50, 67 and 3B. RGB value is (80,103,59). Sum of RGB (Red+Green+Blue) = 80+103+59=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #50673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50673B is #AF98C4. Grayscale: #5B5B5B. Windows color (decimal): -11507909 or 3893072. OLE color: 3893072.
HSL color Cylindrical-coordinate representation of color #50673B: hue angle of 91.36º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50673B is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 59 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.60 |
| HSL | 91.36º | 0.27% | 0.32% | - |
| HSV(B) | 91.36º | 0.43% | 0.4% | - |
| XYZ | 8.95 | 11.72 | 5.93 | - |
| YUV | 91.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 59 | 0.22 | 0 | 0.43 | 0.60 | 91.36 | 0.27 | 0.32 |
| Hex | 50 | 67 | 3B | 16 | 0 | 2B | 3C | 5B | 1B | 20 |
| Octal | 120 | 147 | 73 | 26 | 0 | 53 | 74 | 133 | 33 | 40 |
| Binary | 1010000 | 1100111 | 111011 | 10110 | 0 | 101011 | 111100 | 1011011 | 11011 | 100000 |
Color Harmonies of #50673B
Complementary color
Monochromatic Colors of #50673B
Black with #50673B
Text Example
Text Example
White with #50673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50673B; }
p { color: rgb(80,103,59); }
H1.HeaderClassName
{
color: #50673B;
}
.AnyTagClassName
{
color: #50673B;
}
</style>
background-color css
<style>
a { background-color: #50673B; }
a { background-color: rgb(80,103,59); }
div.DivClassName
{
background-color: #50673B;
}
.BgClassName
{
background-color: #50673B;
}
</style>
border-color css
<style>
span { border-color: #50673B; }
span { border-color: rgb(80,103,59); }
td.TdClassName
{
border-color: #50673B;
}
.TagClassName
{
border-color: #50673B;
}
</style>