Shades of Dingley #5D714B
Tints of Dingley #5D714B
RGB
CMYK
RGB Variations
Color information
#5D714B (or 0x5D714B) is known color: Dingley. HEX triplet: 5D, 71 and 4B. RGB value is (93,113,75). Sum of RGB (Red+Green+Blue) = 93+113+75=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #5D714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D714B is #A28EB4. Grayscale: #666666. Windows color (decimal): -10653365 or 4944221. OLE color: 4944221.
HSL color Cylindrical-coordinate representation of color #5D714B: hue angle of 91.58º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D714B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 75 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.56 |
| HSL | 91.58º | 0.2% | 0.37% | - |
| HSV(B) | 91.58º | 0.34% | 0.44% | - |
| XYZ | 11.69 | 14.65 | 8.87 | - |
| YUV | 102.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 75 | 0.18 | 0 | 0.34 | 0.56 | 91.58 | 0.2 | 0.37 |
| Hex | 5D | 71 | 4B | 12 | 0 | 22 | 38 | 5C | 14 | 25 |
| Octal | 135 | 161 | 113 | 22 | 0 | 42 | 70 | 134 | 24 | 45 |
| Binary | 1011101 | 1110001 | 1001011 | 10010 | 0 | 100010 | 111000 | 1011100 | 10100 | 100101 |
Color Harmonies of #5D714B
Complementary color
Monochromatic Colors of #5D714B
Black with #5D714B
Text Example
Text Example
White with #5D714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D714B; }
p { color: rgb(93,113,75); }
H1.HeaderClassName
{
color: #5D714B;
}
.AnyTagClassName
{
color: #5D714B;
}
</style>
background-color css
<style>
a { background-color: #5D714B; }
a { background-color: rgb(93,113,75); }
div.DivClassName
{
background-color: #5D714B;
}
.BgClassName
{
background-color: #5D714B;
}
</style>
border-color css
<style>
span { border-color: #5D714B; }
span { border-color: rgb(93,113,75); }
td.TdClassName
{
border-color: #5D714B;
}
.TagClassName
{
border-color: #5D714B;
}
</style>