Shades of Dingley #657D53
Tints of Dingley #657D53
RGB
CMYK
RGB Variations
Color information
#657D53 (or 0x657D53) is known color: Dingley. HEX triplet: 65, 7D and 53. RGB value is (101,125,83). Sum of RGB (Red+Green+Blue) = 101+125+83=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 125 - color contains mainly: green. Hex color #657D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D53 is #9A82AC. Grayscale: #717171. Windows color (decimal): -10125997 or 5471589. OLE color: 5471589.
HSL color Cylindrical-coordinate representation of color #657D53: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #657D53 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 83 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.51 |
| HSL | 94.29º | 0.2% | 0.41% | - |
| HSV(B) | 94.29º | 0.34% | 0.49% | - |
| XYZ | 14.26 | 18.06 | 10.92 | - |
| YUV | 113.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 83 | 0.19 | 0 | 0.34 | 0.51 | 94.29 | 0.2 | 0.41 |
| Hex | 65 | 7D | 53 | 13 | 0 | 22 | 33 | 5E | 14 | 29 |
| Octal | 145 | 175 | 123 | 23 | 0 | 42 | 63 | 136 | 24 | 51 |
| Binary | 1100101 | 1111101 | 1010011 | 10011 | 0 | 100010 | 110011 | 1011110 | 10100 | 101001 |
Color Harmonies of #657D53
Complementary color
Monochromatic Colors of #657D53
Black with #657D53
Text Example
Text Example
White with #657D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D53; }
p { color: rgb(101,125,83); }
H1.HeaderClassName
{
color: #657D53;
}
.AnyTagClassName
{
color: #657D53;
}
</style>
background-color css
<style>
a { background-color: #657D53; }
a { background-color: rgb(101,125,83); }
div.DivClassName
{
background-color: #657D53;
}
.BgClassName
{
background-color: #657D53;
}
</style>
border-color css
<style>
span { border-color: #657D53; }
span { border-color: rgb(101,125,83); }
td.TdClassName
{
border-color: #657D53;
}
.TagClassName
{
border-color: #657D53;
}
</style>