Shades of Dingley #597D38
Tints of Dingley #597D38
RGB
CMYK
RGB Variations
Color information
#597D38 (or 0x597D38) is known color: Dingley. HEX triplet: 59, 7D and 38. RGB value is (89,125,56). Sum of RGB (Red+Green+Blue) = 89+125+56=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #597D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597D38 is #A682C7. Grayscale: #6A6A6A. Windows color (decimal): -10912456 or 3702105. OLE color: 3702105.
HSL color Cylindrical-coordinate representation of color #597D38: hue angle of 91.3º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #597D38 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 125 | 56 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.51 |
| HSL | 91.3º | 0.38% | 0.35% | - |
| HSV(B) | 91.3º | 0.55% | 0.49% | - |
| XYZ | 12.17 | 17.08 | 6.4 | - |
| YUV | 106.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 56 | 0.29 | 0 | 0.55 | 0.51 | 91.3 | 0.38 | 0.35 |
| Hex | 59 | 7D | 38 | 1D | 0 | 37 | 33 | 5B | 26 | 23 |
| Octal | 131 | 175 | 70 | 35 | 0 | 67 | 63 | 133 | 46 | 43 |
| Binary | 1011001 | 1111101 | 111000 | 11101 | 0 | 110111 | 110011 | 1011011 | 100110 | 100011 |
Color Harmonies of #597D38
Complementary color
Monochromatic Colors of #597D38
Black with #597D38
Text Example
Text Example
White with #597D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D38; }
p { color: rgb(89,125,56); }
H1.HeaderClassName
{
color: #597D38;
}
.AnyTagClassName
{
color: #597D38;
}
</style>
background-color css
<style>
a { background-color: #597D38; }
a { background-color: rgb(89,125,56); }
div.DivClassName
{
background-color: #597D38;
}
.BgClassName
{
background-color: #597D38;
}
</style>
border-color css
<style>
span { border-color: #597D38; }
span { border-color: rgb(89,125,56); }
td.TdClassName
{
border-color: #597D38;
}
.TagClassName
{
border-color: #597D38;
}
</style>