Shades of Dell #50683F
Tints of Dell #50683F
RGB
CMYK
RGB Variations
Color information
#50683F (or 0x50683F) is known color: Dell. HEX triplet: 50, 68 and 3F. RGB value is (80,104,63). Sum of RGB (Red+Green+Blue) = 80+104+63=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #50683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50683F is #AF97C0. Grayscale: #5C5C5C. Windows color (decimal): -11507649 or 4155472. OLE color: 4155472.
HSL color Cylindrical-coordinate representation of color #50683F: hue angle of 95.12º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50683F is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 63 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.59 |
| HSL | 95.12º | 0.25% | 0.33% | - |
| HSV(B) | 95.12º | 0.39% | 0.41% | - |
| XYZ | 9.16 | 11.96 | 6.53 | - |
| YUV | 92.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 63 | 0.23 | 0 | 0.39 | 0.59 | 95.12 | 0.25 | 0.33 |
| Hex | 50 | 68 | 3F | 17 | 0 | 27 | 3B | 5F | 19 | 21 |
| Octal | 120 | 150 | 77 | 27 | 0 | 47 | 73 | 137 | 31 | 41 |
| Binary | 1010000 | 1101000 | 111111 | 10111 | 0 | 100111 | 111011 | 1011111 | 11001 | 100001 |
Color Harmonies of #50683F
Complementary color
Monochromatic Colors of #50683F
Black with #50683F
Text Example
Text Example
White with #50683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50683F; }
p { color: rgb(80,104,63); }
H1.HeaderClassName
{
color: #50683F;
}
.AnyTagClassName
{
color: #50683F;
}
</style>
background-color css
<style>
a { background-color: #50683F; }
a { background-color: rgb(80,104,63); }
div.DivClassName
{
background-color: #50683F;
}
.BgClassName
{
background-color: #50683F;
}
</style>
border-color css
<style>
span { border-color: #50683F; }
span { border-color: rgb(80,104,63); }
td.TdClassName
{
border-color: #50683F;
}
.TagClassName
{
border-color: #50683F;
}
</style>