Shades of Dingley #5D7E39
Tints of Dingley #5D7E39
RGB
CMYK
RGB Variations
Color information
#5D7E39 (or 0x5D7E39) is known color: Dingley. HEX triplet: 5D, 7E and 39. RGB value is (93,126,57). Sum of RGB (Red+Green+Blue) = 93+126+57=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #5D7E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7E39 is #A281C6. Grayscale: #6C6C6C. Windows color (decimal): -10650055 or 3767901. OLE color: 3767901.
HSL color Cylindrical-coordinate representation of color #5D7E39: hue angle of 88.7º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D7E39 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 126 | 57 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.51 |
| HSL | 88.7º | 0.38% | 0.36% | - |
| HSV(B) | 88.7º | 0.55% | 0.49% | - |
| XYZ | 12.71 | 17.54 | 6.59 | - |
| YUV | 108.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 126 | 57 | 0.26 | 0 | 0.55 | 0.51 | 88.7 | 0.38 | 0.36 |
| Hex | 5D | 7E | 39 | 1A | 0 | 37 | 33 | 59 | 26 | 24 |
| Octal | 135 | 176 | 71 | 32 | 0 | 67 | 63 | 131 | 46 | 44 |
| Binary | 1011101 | 1111110 | 111001 | 11010 | 0 | 110111 | 110011 | 1011001 | 100110 | 100100 |
Color Harmonies of #5D7E39
Complementary color
Monochromatic Colors of #5D7E39
Black with #5D7E39
Text Example
Text Example
White with #5D7E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7E39; }
p { color: rgb(93,126,57); }
H1.HeaderClassName
{
color: #5D7E39;
}
.AnyTagClassName
{
color: #5D7E39;
}
</style>
background-color css
<style>
a { background-color: #5D7E39; }
a { background-color: rgb(93,126,57); }
div.DivClassName
{
background-color: #5D7E39;
}
.BgClassName
{
background-color: #5D7E39;
}
</style>
border-color css
<style>
span { border-color: #5D7E39; }
span { border-color: rgb(93,126,57); }
td.TdClassName
{
border-color: #5D7E39;
}
.TagClassName
{
border-color: #5D7E39;
}
</style>