Shades of Dingley #57853C
Tints of Dingley #57853C
RGB
CMYK
RGB Variations
Color information
#57853C (or 0x57853C) is known color: Dingley. HEX triplet: 57, 85 and 3C. RGB value is (87,133,60). Sum of RGB (Red+Green+Blue) = 87+133+60=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #57853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57853C is #A87AC3. Grayscale: #6F6F6F. Windows color (decimal): -11041476 or 3966295. OLE color: 3966295.
HSL color Cylindrical-coordinate representation of color #57853C: hue angle of 97.81º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57853C is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 133 | 60 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.48 |
| HSL | 97.81º | 0.38% | 0.38% | - |
| HSV(B) | 97.81º | 0.55% | 0.52% | - |
| XYZ | 13.13 | 19.13 | 7.27 | - |
| YUV | 110.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 60 | 0.35 | 0 | 0.55 | 0.48 | 97.81 | 0.38 | 0.38 |
| Hex | 57 | 85 | 3C | 23 | 0 | 37 | 30 | 62 | 26 | 26 |
| Octal | 127 | 205 | 74 | 43 | 0 | 67 | 60 | 142 | 46 | 46 |
| Binary | 1010111 | 10000101 | 111100 | 100011 | 0 | 110111 | 110000 | 1100010 | 100110 | 100110 |
Color Harmonies of #57853C
Complementary color
Monochromatic Colors of #57853C
Black with #57853C
Text Example
Text Example
White with #57853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57853C; }
p { color: rgb(87,133,60); }
H1.HeaderClassName
{
color: #57853C;
}
.AnyTagClassName
{
color: #57853C;
}
</style>
background-color css
<style>
a { background-color: #57853C; }
a { background-color: rgb(87,133,60); }
div.DivClassName
{
background-color: #57853C;
}
.BgClassName
{
background-color: #57853C;
}
</style>
border-color css
<style>
span { border-color: #57853C; }
span { border-color: rgb(87,133,60); }
td.TdClassName
{
border-color: #57853C;
}
.TagClassName
{
border-color: #57853C;
}
</style>