Shades of Dingley #5D8540
Tints of Dingley #5D8540
RGB
CMYK
RGB Variations
Color information
#5D8540 (or 0x5D8540) is known color: Dingley. HEX triplet: 5D, 85 and 40. RGB value is (93,133,64). Sum of RGB (Red+Green+Blue) = 93+133+64=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8540 is #A27ABF. Grayscale: #717171. Windows color (decimal): -10648256 or 4228445. OLE color: 4228445.
HSL color Cylindrical-coordinate representation of color #5D8540: hue angle of 94.78º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D8540 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 64 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.48 |
| HSL | 94.78º | 0.35% | 0.39% | - |
| HSV(B) | 94.78º | 0.52% | 0.52% | - |
| XYZ | 13.83 | 19.47 | 7.88 | - |
| YUV | 113.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 64 | 0.30 | 0 | 0.52 | 0.48 | 94.78 | 0.35 | 0.39 |
| Hex | 5D | 85 | 40 | 1E | 0 | 34 | 30 | 5F | 23 | 27 |
| Octal | 135 | 205 | 100 | 36 | 0 | 64 | 60 | 137 | 43 | 47 |
| Binary | 1011101 | 10000101 | 1000000 | 11110 | 0 | 110100 | 110000 | 1011111 | 100011 | 100111 |
Color Harmonies of #5D8540
Complementary color
Monochromatic Colors of #5D8540
Black with #5D8540
Text Example
Text Example
White with #5D8540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8540; }
p { color: rgb(93,133,64); }
H1.HeaderClassName
{
color: #5D8540;
}
.AnyTagClassName
{
color: #5D8540;
}
</style>
background-color css
<style>
a { background-color: #5D8540; }
a { background-color: rgb(93,133,64); }
div.DivClassName
{
background-color: #5D8540;
}
.BgClassName
{
background-color: #5D8540;
}
</style>
border-color css
<style>
span { border-color: #5D8540; }
span { border-color: rgb(93,133,64); }
td.TdClassName
{
border-color: #5D8540;
}
.TagClassName
{
border-color: #5D8540;
}
</style>