Shades of Dell #50623A
Tints of Dell #50623A
RGB
CMYK
RGB Variations
Color information
#50623A (or 0x50623A) is known color: Dell. HEX triplet: 50, 62 and 3A. RGB value is (80,98,58). Sum of RGB (Red+Green+Blue) = 80+98+58=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #50623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50623A is #AF9DC5. Grayscale: #585858. Windows color (decimal): -11509190 or 3826256. OLE color: 3826256.
HSL color Cylindrical-coordinate representation of color #50623A: hue angle of 87º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50623A is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 58 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.62 |
| HSL | 87º | 0.26% | 0.31% | - |
| HSV(B) | 87º | 0.41% | 0.38% | - |
| XYZ | 8.44 | 10.75 | 5.63 | - |
| YUV | 88.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 58 | 0.18 | 0 | 0.41 | 0.62 | 87 | 0.26 | 0.31 |
| Hex | 50 | 62 | 3A | 12 | 0 | 29 | 3E | 57 | 1A | 1F |
| Octal | 120 | 142 | 72 | 22 | 0 | 51 | 76 | 127 | 32 | 37 |
| Binary | 1010000 | 1100010 | 111010 | 10010 | 0 | 101001 | 111110 | 1010111 | 11010 | 11111 |
Color Harmonies of #50623A
Complementary color
Monochromatic Colors of #50623A
Black with #50623A
Text Example
Text Example
White with #50623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50623A; }
p { color: rgb(80,98,58); }
H1.HeaderClassName
{
color: #50623A;
}
.AnyTagClassName
{
color: #50623A;
}
</style>
background-color css
<style>
a { background-color: #50623A; }
a { background-color: rgb(80,98,58); }
div.DivClassName
{
background-color: #50623A;
}
.BgClassName
{
background-color: #50623A;
}
</style>
border-color css
<style>
span { border-color: #50623A; }
span { border-color: rgb(80,98,58); }
td.TdClassName
{
border-color: #50623A;
}
.TagClassName
{
border-color: #50623A;
}
</style>