Shades of Dell #50683D
Tints of Dell #50683D
RGB
CMYK
RGB Variations
Color information
#50683D (or 0x50683D) is known color: Dell. HEX triplet: 50, 68 and 3D. RGB value is (80,104,61). Sum of RGB (Red+Green+Blue) = 80+104+61=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #50683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50683D is #AF97C2. Grayscale: #5C5C5C. Windows color (decimal): -11507651 or 4024400. OLE color: 4024400.
HSL color Cylindrical-coordinate representation of color #50683D: hue angle of 93.49º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50683D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 61 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.59 |
| HSL | 93.49º | 0.26% | 0.32% | - |
| HSV(B) | 93.49º | 0.41% | 0.41% | - |
| XYZ | 9.1 | 11.94 | 6.24 | - |
| YUV | 91.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 61 | 0.23 | 0 | 0.41 | 0.59 | 93.49 | 0.26 | 0.32 |
| Hex | 50 | 68 | 3D | 17 | 0 | 29 | 3B | 5D | 1A | 20 |
| Octal | 120 | 150 | 75 | 27 | 0 | 51 | 73 | 135 | 32 | 40 |
| Binary | 1010000 | 1101000 | 111101 | 10111 | 0 | 101001 | 111011 | 1011101 | 11010 | 100000 |
Color Harmonies of #50683D
Complementary color
Monochromatic Colors of #50683D
Black with #50683D
Text Example
Text Example
White with #50683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50683D; }
p { color: rgb(80,104,61); }
H1.HeaderClassName
{
color: #50683D;
}
.AnyTagClassName
{
color: #50683D;
}
</style>
background-color css
<style>
a { background-color: #50683D; }
a { background-color: rgb(80,104,61); }
div.DivClassName
{
background-color: #50683D;
}
.BgClassName
{
background-color: #50683D;
}
</style>
border-color css
<style>
span { border-color: #50683D; }
span { border-color: rgb(80,104,61); }
td.TdClassName
{
border-color: #50683D;
}
.TagClassName
{
border-color: #50683D;
}
</style>