Shades of Dell #50623B
Tints of Dell #50623B
RGB
CMYK
RGB Variations
Color information
#50623B (or 0x50623B) is known color: Dell. HEX triplet: 50, 62 and 3B. RGB value is (80,98,59). Sum of RGB (Red+Green+Blue) = 80+98+59=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #50623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50623B is #AF9DC4. Grayscale: #585858. Windows color (decimal): -11509189 or 3891792. OLE color: 3891792.
HSL color Cylindrical-coordinate representation of color #50623B: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50623B is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 59 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.62 |
| HSL | 87.69º | 0.25% | 0.31% | - |
| HSV(B) | 87.69º | 0.4% | 0.38% | - |
| XYZ | 8.47 | 10.76 | 5.77 | - |
| YUV | 88.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 59 | 0.18 | 0 | 0.40 | 0.62 | 87.69 | 0.25 | 0.31 |
| Hex | 50 | 62 | 3B | 12 | 0 | 28 | 3E | 58 | 19 | 1F |
| Octal | 120 | 142 | 73 | 22 | 0 | 50 | 76 | 130 | 31 | 37 |
| Binary | 1010000 | 1100010 | 111011 | 10010 | 0 | 101000 | 111110 | 1011000 | 11001 | 11111 |
Color Harmonies of #50623B
Complementary color
Monochromatic Colors of #50623B
Black with #50623B
Text Example
Text Example
White with #50623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50623B; }
p { color: rgb(80,98,59); }
H1.HeaderClassName
{
color: #50623B;
}
.AnyTagClassName
{
color: #50623B;
}
</style>
background-color css
<style>
a { background-color: #50623B; }
a { background-color: rgb(80,98,59); }
div.DivClassName
{
background-color: #50623B;
}
.BgClassName
{
background-color: #50623B;
}
</style>
border-color css
<style>
span { border-color: #50623B; }
span { border-color: rgb(80,98,59); }
td.TdClassName
{
border-color: #50623B;
}
.TagClassName
{
border-color: #50623B;
}
</style>