Shades of Dingley #5D714D
Tints of Dingley #5D714D
RGB
CMYK
RGB Variations
Color information
#5D714D (or 0x5D714D) is known color: Dingley. HEX triplet: 5D, 71 and 4D. RGB value is (93,113,77). Sum of RGB (Red+Green+Blue) = 93+113+77=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #5D714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D714D is #A28EB2. Grayscale: #676767. Windows color (decimal): -10653363 or 5075293. OLE color: 5075293.
HSL color Cylindrical-coordinate representation of color #5D714D: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D714D is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 77 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.56 |
| HSL | 93.33º | 0.19% | 0.37% | - |
| HSV(B) | 93.33º | 0.32% | 0.44% | - |
| XYZ | 11.76 | 14.67 | 9.23 | - |
| YUV | 102.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 77 | 0.18 | 0 | 0.32 | 0.56 | 93.33 | 0.19 | 0.37 |
| Hex | 5D | 71 | 4D | 12 | 0 | 20 | 38 | 5D | 13 | 25 |
| Octal | 135 | 161 | 115 | 22 | 0 | 40 | 70 | 135 | 23 | 45 |
| Binary | 1011101 | 1110001 | 1001101 | 10010 | 0 | 100000 | 111000 | 1011101 | 10011 | 100101 |
Color Harmonies of #5D714D
Complementary color
Monochromatic Colors of #5D714D
Black with #5D714D
Text Example
Text Example
White with #5D714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D714D; }
p { color: rgb(93,113,77); }
H1.HeaderClassName
{
color: #5D714D;
}
.AnyTagClassName
{
color: #5D714D;
}
</style>
background-color css
<style>
a { background-color: #5D714D; }
a { background-color: rgb(93,113,77); }
div.DivClassName
{
background-color: #5D714D;
}
.BgClassName
{
background-color: #5D714D;
}
</style>
border-color css
<style>
span { border-color: #5D714D; }
span { border-color: rgb(93,113,77); }
td.TdClassName
{
border-color: #5D714D;
}
.TagClassName
{
border-color: #5D714D;
}
</style>