Shades of Dingley #597D46
Tints of Dingley #597D46
RGB
CMYK
RGB Variations
Color information
#597D46 (or 0x597D46) is known color: Dingley. HEX triplet: 59, 7D and 46. RGB value is (89,125,70). Sum of RGB (Red+Green+Blue) = 89+125+70=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 125 - color contains mainly: green. Hex color #597D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597D46 is #A682B9. Grayscale: #6C6C6C. Windows color (decimal): -10912442 or 4619609. OLE color: 4619609.
HSL color Cylindrical-coordinate representation of color #597D46: hue angle of 99.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #597D46 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 125 | 70 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.51 |
| HSL | 99.27º | 0.28% | 0.38% | - |
| HSV(B) | 99.27º | 0.44% | 0.49% | - |
| XYZ | 12.56 | 17.23 | 8.46 | - |
| YUV | 107.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 70 | 0.29 | 0 | 0.44 | 0.51 | 99.27 | 0.28 | 0.38 |
| Hex | 59 | 7D | 46 | 1D | 0 | 2C | 33 | 63 | 1C | 26 |
| Octal | 131 | 175 | 106 | 35 | 0 | 54 | 63 | 143 | 34 | 46 |
| Binary | 1011001 | 1111101 | 1000110 | 11101 | 0 | 101100 | 110011 | 1100011 | 11100 | 100110 |
Color Harmonies of #597D46
Complementary color
Monochromatic Colors of #597D46
Black with #597D46
Text Example
Text Example
White with #597D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D46; }
p { color: rgb(89,125,70); }
H1.HeaderClassName
{
color: #597D46;
}
.AnyTagClassName
{
color: #597D46;
}
</style>
background-color css
<style>
a { background-color: #597D46; }
a { background-color: rgb(89,125,70); }
div.DivClassName
{
background-color: #597D46;
}
.BgClassName
{
background-color: #597D46;
}
</style>
border-color css
<style>
span { border-color: #597D46; }
span { border-color: rgb(89,125,70); }
td.TdClassName
{
border-color: #597D46;
}
.TagClassName
{
border-color: #597D46;
}
</style>