Shades of Dingley #5C7547
Tints of Dingley #5C7547
RGB
CMYK
RGB Variations
Color information
#5C7547 (or 0x5C7547) is known color: Dingley. HEX triplet: 5C, 75 and 47. RGB value is (92,117,71). Sum of RGB (Red+Green+Blue) = 92+117+71=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7547 is #A38AB8. Grayscale: #686868. Windows color (decimal): -10717881 or 4683100. OLE color: 4683100.
HSL color Cylindrical-coordinate representation of color #5C7547: hue angle of 92.61º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C7547 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 71 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.54 |
| HSL | 92.61º | 0.24% | 0.37% | - |
| HSV(B) | 92.61º | 0.39% | 0.46% | - |
| XYZ | 11.91 | 15.45 | 8.32 | - |
| YUV | 104.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 71 | 0.21 | 0 | 0.39 | 0.54 | 92.61 | 0.24 | 0.37 |
| Hex | 5C | 75 | 47 | 15 | 0 | 27 | 36 | 5D | 18 | 25 |
| Octal | 134 | 165 | 107 | 25 | 0 | 47 | 66 | 135 | 30 | 45 |
| Binary | 1011100 | 1110101 | 1000111 | 10101 | 0 | 100111 | 110110 | 1011101 | 11000 | 100101 |
Color Harmonies of #5C7547
Complementary color
Monochromatic Colors of #5C7547
Black with #5C7547
Text Example
Text Example
White with #5C7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7547; }
p { color: rgb(92,117,71); }
H1.HeaderClassName
{
color: #5C7547;
}
.AnyTagClassName
{
color: #5C7547;
}
</style>
background-color css
<style>
a { background-color: #5C7547; }
a { background-color: rgb(92,117,71); }
div.DivClassName
{
background-color: #5C7547;
}
.BgClassName
{
background-color: #5C7547;
}
</style>
border-color css
<style>
span { border-color: #5C7547; }
span { border-color: rgb(92,117,71); }
td.TdClassName
{
border-color: #5C7547;
}
.TagClassName
{
border-color: #5C7547;
}
</style>