Shades of Dell #50673A
Tints of Dell #50673A
RGB
CMYK
RGB Variations
Color information
#50673A (or 0x50673A) is known color: Dell. HEX triplet: 50, 67 and 3A. RGB value is (80,103,58). Sum of RGB (Red+Green+Blue) = 80+103+58=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #50673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50673A is #AF98C5. Grayscale: #5B5B5B. Windows color (decimal): -11507910 or 3827536. OLE color: 3827536.
HSL color Cylindrical-coordinate representation of color #50673A: hue angle of 90.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50673A is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 58 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.60 |
| HSL | 90.67º | 0.28% | 0.32% | - |
| HSV(B) | 90.67º | 0.44% | 0.4% | - |
| XYZ | 8.92 | 11.71 | 5.79 | - |
| YUV | 90.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 58 | 0.22 | 0 | 0.44 | 0.60 | 90.67 | 0.28 | 0.32 |
| Hex | 50 | 67 | 3A | 16 | 0 | 2C | 3C | 5B | 1C | 20 |
| Octal | 120 | 147 | 72 | 26 | 0 | 54 | 74 | 133 | 34 | 40 |
| Binary | 1010000 | 1100111 | 111010 | 10110 | 0 | 101100 | 111100 | 1011011 | 11100 | 100000 |
Color Harmonies of #50673A
Complementary color
Monochromatic Colors of #50673A
Black with #50673A
Text Example
Text Example
White with #50673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50673A; }
p { color: rgb(80,103,58); }
H1.HeaderClassName
{
color: #50673A;
}
.AnyTagClassName
{
color: #50673A;
}
</style>
background-color css
<style>
a { background-color: #50673A; }
a { background-color: rgb(80,103,58); }
div.DivClassName
{
background-color: #50673A;
}
.BgClassName
{
background-color: #50673A;
}
</style>
border-color css
<style>
span { border-color: #50673A; }
span { border-color: rgb(80,103,58); }
td.TdClassName
{
border-color: #50673A;
}
.TagClassName
{
border-color: #50673A;
}
</style>