Shades of Dell #516A38
Tints of Dell #516A38
RGB
CMYK
RGB Variations
Color information
#516A38 (or 0x516A38) is known color: Dell. HEX triplet: 51, 6A and 38. RGB value is (81,106,56). Sum of RGB (Red+Green+Blue) = 81+106+56=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #516A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516A38 is #AE95C7. Grayscale: #5D5D5D. Windows color (decimal): -11441608 or 3697233. OLE color: 3697233.
HSL color Cylindrical-coordinate representation of color #516A38: hue angle of 90º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516A38 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 106 | 56 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.58 |
| HSL | 90º | 0.31% | 0.32% | - |
| HSV(B) | 90º | 0.47% | 0.42% | - |
| XYZ | 9.26 | 12.34 | 5.64 | - |
| YUV | 92.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 56 | 0.24 | 0 | 0.47 | 0.58 | 90 | 0.31 | 0.32 |
| Hex | 51 | 6A | 38 | 18 | 0 | 2F | 3A | 5A | 1F | 20 |
| Octal | 121 | 152 | 70 | 30 | 0 | 57 | 72 | 132 | 37 | 40 |
| Binary | 1010001 | 1101010 | 111000 | 11000 | 0 | 101111 | 111010 | 1011010 | 11111 | 100000 |
Color Harmonies of #516A38
Complementary color
Monochromatic Colors of #516A38
Black with #516A38
Text Example
Text Example
White with #516A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A38; }
p { color: rgb(81,106,56); }
H1.HeaderClassName
{
color: #516A38;
}
.AnyTagClassName
{
color: #516A38;
}
</style>
background-color css
<style>
a { background-color: #516A38; }
a { background-color: rgb(81,106,56); }
div.DivClassName
{
background-color: #516A38;
}
.BgClassName
{
background-color: #516A38;
}
</style>
border-color css
<style>
span { border-color: #516A38; }
span { border-color: rgb(81,106,56); }
td.TdClassName
{
border-color: #516A38;
}
.TagClassName
{
border-color: #516A38;
}
</style>