Shades of Dingley #5D7840
Tints of Dingley #5D7840
RGB
CMYK
RGB Variations
Color information
#5D7840 (or 0x5D7840) is known color: Dingley. HEX triplet: 5D, 78 and 40. RGB value is (93,120,64). Sum of RGB (Red+Green+Blue) = 93+120+64=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7840 is #A287BF. Grayscale: #696969. Windows color (decimal): -10651584 or 4225117. OLE color: 4225117.
HSL color Cylindrical-coordinate representation of color #5D7840: hue angle of 88.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D7840 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 64 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.53 |
| HSL | 88.93º | 0.3% | 0.36% | - |
| HSV(B) | 88.93º | 0.47% | 0.47% | - |
| XYZ | 12.16 | 16.13 | 7.32 | - |
| YUV | 105.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 64 | 0.22 | 0 | 0.47 | 0.53 | 88.93 | 0.3 | 0.36 |
| Hex | 5D | 78 | 40 | 16 | 0 | 2F | 35 | 59 | 1E | 24 |
| Octal | 135 | 170 | 100 | 26 | 0 | 57 | 65 | 131 | 36 | 44 |
| Binary | 1011101 | 1111000 | 1000000 | 10110 | 0 | 101111 | 110101 | 1011001 | 11110 | 100100 |
Color Harmonies of #5D7840
Complementary color
Monochromatic Colors of #5D7840
Black with #5D7840
Text Example
Text Example
White with #5D7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7840; }
p { color: rgb(93,120,64); }
H1.HeaderClassName
{
color: #5D7840;
}
.AnyTagClassName
{
color: #5D7840;
}
</style>
background-color css
<style>
a { background-color: #5D7840; }
a { background-color: rgb(93,120,64); }
div.DivClassName
{
background-color: #5D7840;
}
.BgClassName
{
background-color: #5D7840;
}
</style>
border-color css
<style>
span { border-color: #5D7840; }
span { border-color: rgb(93,120,64); }
td.TdClassName
{
border-color: #5D7840;
}
.TagClassName
{
border-color: #5D7840;
}
</style>