Shades of Dingley #5D754A
Tints of Dingley #5D754A
RGB
CMYK
RGB Variations
Color information
#5D754A (or 0x5D754A) is known color: Dingley. HEX triplet: 5D, 75 and 4A. RGB value is (93,117,74). Sum of RGB (Red+Green+Blue) = 93+117+74=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #5D754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D754A is #A28AB5. Grayscale: #696969. Windows color (decimal): -10652342 or 4879709. OLE color: 4879709.
HSL color Cylindrical-coordinate representation of color #5D754A: hue angle of 93.49º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D754A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 74 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.54 |
| HSL | 93.49º | 0.23% | 0.37% | - |
| HSV(B) | 93.49º | 0.37% | 0.46% | - |
| XYZ | 12.11 | 15.54 | 8.84 | - |
| YUV | 104.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 74 | 0.21 | 0 | 0.37 | 0.54 | 93.49 | 0.23 | 0.37 |
| Hex | 5D | 75 | 4A | 15 | 0 | 25 | 36 | 5D | 17 | 25 |
| Octal | 135 | 165 | 112 | 25 | 0 | 45 | 66 | 135 | 27 | 45 |
| Binary | 1011101 | 1110101 | 1001010 | 10101 | 0 | 100101 | 110110 | 1011101 | 10111 | 100101 |
Color Harmonies of #5D754A
Complementary color
Monochromatic Colors of #5D754A
Black with #5D754A
Text Example
Text Example
White with #5D754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D754A; }
p { color: rgb(93,117,74); }
H1.HeaderClassName
{
color: #5D754A;
}
.AnyTagClassName
{
color: #5D754A;
}
</style>
background-color css
<style>
a { background-color: #5D754A; }
a { background-color: rgb(93,117,74); }
div.DivClassName
{
background-color: #5D754A;
}
.BgClassName
{
background-color: #5D754A;
}
</style>
border-color css
<style>
span { border-color: #5D754A; }
span { border-color: rgb(93,117,74); }
td.TdClassName
{
border-color: #5D754A;
}
.TagClassName
{
border-color: #5D754A;
}
</style>