Shades of Dell #50693D
Tints of Dell #50693D
RGB
CMYK
RGB Variations
Color information
#50693D (or 0x50693D) is known color: Dell. HEX triplet: 50, 69 and 3D. RGB value is (80,105,61). Sum of RGB (Red+Green+Blue) = 80+105+61=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #50693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50693D is #AF96C2. Grayscale: #5C5C5C. Windows color (decimal): -11507395 or 4024656. OLE color: 4024656.
HSL color Cylindrical-coordinate representation of color #50693D: hue angle of 94.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50693D is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 61 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.59 |
| HSL | 94.09º | 0.27% | 0.33% | - |
| HSV(B) | 94.09º | 0.42% | 0.41% | - |
| XYZ | 9.2 | 12.15 | 6.27 | - |
| YUV | 92.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 61 | 0.24 | 0 | 0.42 | 0.59 | 94.09 | 0.27 | 0.33 |
| Hex | 50 | 69 | 3D | 18 | 0 | 2A | 3B | 5E | 1B | 21 |
| Octal | 120 | 151 | 75 | 30 | 0 | 52 | 73 | 136 | 33 | 41 |
| Binary | 1010000 | 1101001 | 111101 | 11000 | 0 | 101010 | 111011 | 1011110 | 11011 | 100001 |
Color Harmonies of #50693D
Complementary color
Monochromatic Colors of #50693D
Black with #50693D
Text Example
Text Example
White with #50693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50693D; }
p { color: rgb(80,105,61); }
H1.HeaderClassName
{
color: #50693D;
}
.AnyTagClassName
{
color: #50693D;
}
</style>
background-color css
<style>
a { background-color: #50693D; }
a { background-color: rgb(80,105,61); }
div.DivClassName
{
background-color: #50693D;
}
.BgClassName
{
background-color: #50693D;
}
</style>
border-color css
<style>
span { border-color: #50693D; }
span { border-color: rgb(80,105,61); }
td.TdClassName
{
border-color: #50693D;
}
.TagClassName
{
border-color: #50693D;
}
</style>