Shades of Dingley #5D8539
Tints of Dingley #5D8539
RGB
CMYK
RGB Variations
Color information
#5D8539 (or 0x5D8539) is known color: Dingley. HEX triplet: 5D, 85 and 39. RGB value is (93,133,57). Sum of RGB (Red+Green+Blue) = 93+133+57=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8539 is #A27AC6. Grayscale: #707070. Windows color (decimal): -10648263 or 3769693. OLE color: 3769693.
HSL color Cylindrical-coordinate representation of color #5D8539: hue angle of 91.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D8539 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 57 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.48 |
| HSL | 91.58º | 0.4% | 0.37% | - |
| HSV(B) | 91.58º | 0.57% | 0.52% | - |
| XYZ | 13.64 | 19.4 | 6.9 | - |
| YUV | 112.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 57 | 0.30 | 0 | 0.57 | 0.48 | 91.58 | 0.4 | 0.37 |
| Hex | 5D | 85 | 39 | 1E | 0 | 39 | 30 | 5C | 28 | 25 |
| Octal | 135 | 205 | 71 | 36 | 0 | 71 | 60 | 134 | 50 | 45 |
| Binary | 1011101 | 10000101 | 111001 | 11110 | 0 | 111001 | 110000 | 1011100 | 101000 | 100101 |
Color Harmonies of #5D8539
Complementary color
Monochromatic Colors of #5D8539
Black with #5D8539
Text Example
Text Example
White with #5D8539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8539; }
p { color: rgb(93,133,57); }
H1.HeaderClassName
{
color: #5D8539;
}
.AnyTagClassName
{
color: #5D8539;
}
</style>
background-color css
<style>
a { background-color: #5D8539; }
a { background-color: rgb(93,133,57); }
div.DivClassName
{
background-color: #5D8539;
}
.BgClassName
{
background-color: #5D8539;
}
</style>
border-color css
<style>
span { border-color: #5D8539; }
span { border-color: rgb(93,133,57); }
td.TdClassName
{
border-color: #5D8539;
}
.TagClassName
{
border-color: #5D8539;
}
</style>