Shades of Dell #50633C
Tints of Dell #50633C
RGB
CMYK
RGB Variations
Color information
#50633C (or 0x50633C) is known color: Dell. HEX triplet: 50, 63 and 3C. RGB value is (80,99,60). Sum of RGB (Red+Green+Blue) = 80+99+60=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #50633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50633C is #AF9CC3. Grayscale: #595959. Windows color (decimal): -11508932 or 3957584. OLE color: 3957584.
HSL color Cylindrical-coordinate representation of color #50633C: hue angle of 89.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50633C is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 99 | 60 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.61 |
| HSL | 89.23º | 0.25% | 0.31% | - |
| HSV(B) | 89.23º | 0.39% | 0.39% | - |
| XYZ | 8.59 | 10.96 | 5.94 | - |
| YUV | 88.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 60 | 0.19 | 0 | 0.39 | 0.61 | 89.23 | 0.25 | 0.31 |
| Hex | 50 | 63 | 3C | 13 | 0 | 27 | 3D | 59 | 19 | 1F |
| Octal | 120 | 143 | 74 | 23 | 0 | 47 | 75 | 131 | 31 | 37 |
| Binary | 1010000 | 1100011 | 111100 | 10011 | 0 | 100111 | 111101 | 1011001 | 11001 | 11111 |
Color Harmonies of #50633C
Complementary color
Monochromatic Colors of #50633C
Black with #50633C
Text Example
Text Example
White with #50633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50633C; }
p { color: rgb(80,99,60); }
H1.HeaderClassName
{
color: #50633C;
}
.AnyTagClassName
{
color: #50633C;
}
</style>
background-color css
<style>
a { background-color: #50633C; }
a { background-color: rgb(80,99,60); }
div.DivClassName
{
background-color: #50633C;
}
.BgClassName
{
background-color: #50633C;
}
</style>
border-color css
<style>
span { border-color: #50633C; }
span { border-color: rgb(80,99,60); }
td.TdClassName
{
border-color: #50633C;
}
.TagClassName
{
border-color: #50633C;
}
</style>