Shades of Dell #50633B
Tints of Dell #50633B
RGB
CMYK
RGB Variations
Color information
#50633B (or 0x50633B) is known color: Dell. HEX triplet: 50, 63 and 3B. RGB value is (80,99,59). Sum of RGB (Red+Green+Blue) = 80+99+59=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #50633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50633B is #AF9CC4. Grayscale: #585858. Windows color (decimal): -11508933 or 3892048. OLE color: 3892048.
HSL color Cylindrical-coordinate representation of color #50633B: hue angle of 88.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50633B is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 99 | 59 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.61 |
| HSL | 88.5º | 0.25% | 0.31% | - |
| HSV(B) | 88.5º | 0.4% | 0.39% | - |
| XYZ | 8.56 | 10.94 | 5.8 | - |
| YUV | 88.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 59 | 0.19 | 0 | 0.40 | 0.61 | 88.5 | 0.25 | 0.31 |
| Hex | 50 | 63 | 3B | 13 | 0 | 28 | 3D | 58 | 19 | 1F |
| Octal | 120 | 143 | 73 | 23 | 0 | 50 | 75 | 130 | 31 | 37 |
| Binary | 1010000 | 1100011 | 111011 | 10011 | 0 | 101000 | 111101 | 1011000 | 11001 | 11111 |
Color Harmonies of #50633B
Complementary color
Monochromatic Colors of #50633B
Black with #50633B
Text Example
Text Example
White with #50633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50633B; }
p { color: rgb(80,99,59); }
H1.HeaderClassName
{
color: #50633B;
}
.AnyTagClassName
{
color: #50633B;
}
</style>
background-color css
<style>
a { background-color: #50633B; }
a { background-color: rgb(80,99,59); }
div.DivClassName
{
background-color: #50633B;
}
.BgClassName
{
background-color: #50633B;
}
</style>
border-color css
<style>
span { border-color: #50633B; }
span { border-color: rgb(80,99,59); }
td.TdClassName
{
border-color: #50633B;
}
.TagClassName
{
border-color: #50633B;
}
</style>