Shades of Dell #50623C
Tints of Dell #50623C
RGB
CMYK
RGB Variations
Color information
#50623C (or 0x50623C) is known color: Dell. HEX triplet: 50, 62 and 3C. RGB value is (80,98,60). Sum of RGB (Red+Green+Blue) = 80+98+60=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #50623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50623C is #AF9DC3. Grayscale: #585858. Windows color (decimal): -11509188 or 3957328. OLE color: 3957328.
HSL color Cylindrical-coordinate representation of color #50623C: hue angle of 88.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50623C is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 60 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.62 |
| HSL | 88.42º | 0.24% | 0.31% | - |
| HSV(B) | 88.42º | 0.39% | 0.38% | - |
| XYZ | 8.49 | 10.77 | 5.91 | - |
| YUV | 88.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 60 | 0.18 | 0 | 0.39 | 0.62 | 88.42 | 0.24 | 0.31 |
| Hex | 50 | 62 | 3C | 12 | 0 | 27 | 3E | 58 | 18 | 1F |
| Octal | 120 | 142 | 74 | 22 | 0 | 47 | 76 | 130 | 30 | 37 |
| Binary | 1010000 | 1100010 | 111100 | 10010 | 0 | 100111 | 111110 | 1011000 | 11000 | 11111 |
Color Harmonies of #50623C
Complementary color
Monochromatic Colors of #50623C
Black with #50623C
Text Example
Text Example
White with #50623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50623C; }
p { color: rgb(80,98,60); }
H1.HeaderClassName
{
color: #50623C;
}
.AnyTagClassName
{
color: #50623C;
}
</style>
background-color css
<style>
a { background-color: #50623C; }
a { background-color: rgb(80,98,60); }
div.DivClassName
{
background-color: #50623C;
}
.BgClassName
{
background-color: #50623C;
}
</style>
border-color css
<style>
span { border-color: #50623C; }
span { border-color: rgb(80,98,60); }
td.TdClassName
{
border-color: #50623C;
}
.TagClassName
{
border-color: #50623C;
}
</style>