Shades of Dell #50633D
Tints of Dell #50633D
RGB
CMYK
RGB Variations
Color information
#50633D (or 0x50633D) is known color: Dell. HEX triplet: 50, 63 and 3D. RGB value is (80,99,61). Sum of RGB (Red+Green+Blue) = 80+99+61=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #50633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50633D is #AF9CC2. Grayscale: #595959. Windows color (decimal): -11508931 or 4023120. OLE color: 4023120.
HSL color Cylindrical-coordinate representation of color #50633D: hue angle of 90º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50633D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 99 | 61 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.61 |
| HSL | 90º | 0.24% | 0.31% | - |
| HSV(B) | 90º | 0.38% | 0.39% | - |
| XYZ | 8.61 | 10.97 | 6.08 | - |
| YUV | 88.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 61 | 0.19 | 0 | 0.38 | 0.61 | 90 | 0.24 | 0.31 |
| Hex | 50 | 63 | 3D | 13 | 0 | 26 | 3D | 5A | 18 | 1F |
| Octal | 120 | 143 | 75 | 23 | 0 | 46 | 75 | 132 | 30 | 37 |
| Binary | 1010000 | 1100011 | 111101 | 10011 | 0 | 100110 | 111101 | 1011010 | 11000 | 11111 |
Color Harmonies of #50633D
Complementary color
Monochromatic Colors of #50633D
Black with #50633D
Text Example
Text Example
White with #50633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50633D; }
p { color: rgb(80,99,61); }
H1.HeaderClassName
{
color: #50633D;
}
.AnyTagClassName
{
color: #50633D;
}
</style>
background-color css
<style>
a { background-color: #50633D; }
a { background-color: rgb(80,99,61); }
div.DivClassName
{
background-color: #50633D;
}
.BgClassName
{
background-color: #50633D;
}
</style>
border-color css
<style>
span { border-color: #50633D; }
span { border-color: rgb(80,99,61); }
td.TdClassName
{
border-color: #50633D;
}
.TagClassName
{
border-color: #50633D;
}
</style>