Shades of Dell #50653C
Tints of Dell #50653C
RGB
CMYK
RGB Variations
Color information
#50653C (or 0x50653C) is known color: Dell. HEX triplet: 50, 65 and 3C. RGB value is (80,101,60). Sum of RGB (Red+Green+Blue) = 80+101+60=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #50653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50653C is #AF9AC3. Grayscale: #5A5A5A. Windows color (decimal): -11508420 or 3958096. OLE color: 3958096.
HSL color Cylindrical-coordinate representation of color #50653C: hue angle of 90.73º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50653C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 101 | 60 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.60 |
| HSL | 90.73º | 0.25% | 0.32% | - |
| HSV(B) | 90.73º | 0.41% | 0.4% | - |
| XYZ | 8.78 | 11.34 | 6 | - |
| YUV | 90.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 60 | 0.21 | 0 | 0.41 | 0.60 | 90.73 | 0.25 | 0.32 |
| Hex | 50 | 65 | 3C | 15 | 0 | 29 | 3C | 5B | 19 | 20 |
| Octal | 120 | 145 | 74 | 25 | 0 | 51 | 74 | 133 | 31 | 40 |
| Binary | 1010000 | 1100101 | 111100 | 10101 | 0 | 101001 | 111100 | 1011011 | 11001 | 100000 |
Color Harmonies of #50653C
Complementary color
Monochromatic Colors of #50653C
Black with #50653C
Text Example
Text Example
White with #50653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50653C; }
p { color: rgb(80,101,60); }
H1.HeaderClassName
{
color: #50653C;
}
.AnyTagClassName
{
color: #50653C;
}
</style>
background-color css
<style>
a { background-color: #50653C; }
a { background-color: rgb(80,101,60); }
div.DivClassName
{
background-color: #50653C;
}
.BgClassName
{
background-color: #50653C;
}
</style>
border-color css
<style>
span { border-color: #50653C; }
span { border-color: rgb(80,101,60); }
td.TdClassName
{
border-color: #50653C;
}
.TagClassName
{
border-color: #50653C;
}
</style>