Shades of Dingley #5C754C
Tints of Dingley #5C754C
RGB
CMYK
RGB Variations
Color information
#5C754C (or 0x5C754C) is known color: Dingley. HEX triplet: 5C, 75 and 4C. RGB value is (92,117,76). Sum of RGB (Red+Green+Blue) = 92+117+76=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #5C754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C754C is #A38AB3. Grayscale: #686868. Windows color (decimal): -10717876 or 5010780. OLE color: 5010780.
HSL color Cylindrical-coordinate representation of color #5C754C: hue angle of 96.59º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C754C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 76 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.54 |
| HSL | 96.59º | 0.21% | 0.38% | - |
| HSV(B) | 96.59º | 0.35% | 0.46% | - |
| XYZ | 12.08 | 15.52 | 9.2 | - |
| YUV | 104.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 76 | 0.21 | 0 | 0.35 | 0.54 | 96.59 | 0.21 | 0.38 |
| Hex | 5C | 75 | 4C | 15 | 0 | 23 | 36 | 61 | 15 | 26 |
| Octal | 134 | 165 | 114 | 25 | 0 | 43 | 66 | 141 | 25 | 46 |
| Binary | 1011100 | 1110101 | 1001100 | 10101 | 0 | 100011 | 110110 | 1100001 | 10101 | 100110 |
Color Harmonies of #5C754C
Complementary color
Monochromatic Colors of #5C754C
Black with #5C754C
Text Example
Text Example
White with #5C754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C754C; }
p { color: rgb(92,117,76); }
H1.HeaderClassName
{
color: #5C754C;
}
.AnyTagClassName
{
color: #5C754C;
}
</style>
background-color css
<style>
a { background-color: #5C754C; }
a { background-color: rgb(92,117,76); }
div.DivClassName
{
background-color: #5C754C;
}
.BgClassName
{
background-color: #5C754C;
}
</style>
border-color css
<style>
span { border-color: #5C754C; }
span { border-color: rgb(92,117,76); }
td.TdClassName
{
border-color: #5C754C;
}
.TagClassName
{
border-color: #5C754C;
}
</style>