Shades of Dell #50693A
Tints of Dell #50693A
RGB
CMYK
RGB Variations
Color information
#50693A (or 0x50693A) is known color: Dell. HEX triplet: 50, 69 and 3A. RGB value is (80,105,58). Sum of RGB (Red+Green+Blue) = 80+105+58=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #50693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50693A is #AF96C5. Grayscale: #5C5C5C. Windows color (decimal): -11507398 or 3828048. OLE color: 3828048.
HSL color Cylindrical-coordinate representation of color #50693A: hue angle of 91.91º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50693A is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 58 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.59 |
| HSL | 91.91º | 0.29% | 0.32% | - |
| HSV(B) | 91.91º | 0.45% | 0.41% | - |
| XYZ | 9.12 | 12.11 | 5.86 | - |
| YUV | 92.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 58 | 0.24 | 0 | 0.45 | 0.59 | 91.91 | 0.29 | 0.32 |
| Hex | 50 | 69 | 3A | 18 | 0 | 2D | 3B | 5C | 1D | 20 |
| Octal | 120 | 151 | 72 | 30 | 0 | 55 | 73 | 134 | 35 | 40 |
| Binary | 1010000 | 1101001 | 111010 | 11000 | 0 | 101101 | 111011 | 1011100 | 11101 | 100000 |
Color Harmonies of #50693A
Complementary color
Monochromatic Colors of #50693A
Black with #50693A
Text Example
Text Example
White with #50693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50693A; }
p { color: rgb(80,105,58); }
H1.HeaderClassName
{
color: #50693A;
}
.AnyTagClassName
{
color: #50693A;
}
</style>
background-color css
<style>
a { background-color: #50693A; }
a { background-color: rgb(80,105,58); }
div.DivClassName
{
background-color: #50693A;
}
.BgClassName
{
background-color: #50693A;
}
</style>
border-color css
<style>
span { border-color: #50693A; }
span { border-color: rgb(80,105,58); }
td.TdClassName
{
border-color: #50693A;
}
.TagClassName
{
border-color: #50693A;
}
</style>