Shades of Dingley #577E3C
Tints of Dingley #577E3C
RGB
CMYK
RGB Variations
Color information
#577E3C (or 0x577E3C) is known color: Dingley. HEX triplet: 57, 7E and 3C. RGB value is (87,126,60). Sum of RGB (Red+Green+Blue) = 87+126+60=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #577E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577E3C is #A881C3. Grayscale: #6B6B6B. Windows color (decimal): -11043268 or 3964503. OLE color: 3964503.
HSL color Cylindrical-coordinate representation of color #577E3C: hue angle of 95.45º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #577E3C is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 126 | 60 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.51 |
| HSL | 95.45º | 0.35% | 0.36% | - |
| HSV(B) | 95.45º | 0.52% | 0.49% | - |
| XYZ | 12.21 | 17.27 | 6.97 | - |
| YUV | 106.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 60 | 0.31 | 0 | 0.52 | 0.51 | 95.45 | 0.35 | 0.36 |
| Hex | 57 | 7E | 3C | 1F | 0 | 34 | 33 | 5F | 23 | 24 |
| Octal | 127 | 176 | 74 | 37 | 0 | 64 | 63 | 137 | 43 | 44 |
| Binary | 1010111 | 1111110 | 111100 | 11111 | 0 | 110100 | 110011 | 1011111 | 100011 | 100100 |
Color Harmonies of #577E3C
Complementary color
Monochromatic Colors of #577E3C
Black with #577E3C
Text Example
Text Example
White with #577E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577E3C; }
p { color: rgb(87,126,60); }
H1.HeaderClassName
{
color: #577E3C;
}
.AnyTagClassName
{
color: #577E3C;
}
</style>
background-color css
<style>
a { background-color: #577E3C; }
a { background-color: rgb(87,126,60); }
div.DivClassName
{
background-color: #577E3C;
}
.BgClassName
{
background-color: #577E3C;
}
</style>
border-color css
<style>
span { border-color: #577E3C; }
span { border-color: rgb(87,126,60); }
td.TdClassName
{
border-color: #577E3C;
}
.TagClassName
{
border-color: #577E3C;
}
</style>