Shades of Dingley #557A39
Tints of Dingley #557A39
RGB
CMYK
RGB Variations
Color information
#557A39 (or 0x557A39) is known color: Dingley. HEX triplet: 55, 7A and 39. RGB value is (85,122,57). Sum of RGB (Red+Green+Blue) = 85+122+57=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #557A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A39 is #AA85C6. Grayscale: #676767. Windows color (decimal): -11175367 or 3766869. OLE color: 3766869.
HSL color Cylindrical-coordinate representation of color #557A39: hue angle of 94.15º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #557A39 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 57 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.52 |
| HSL | 94.15º | 0.36% | 0.35% | - |
| HSV(B) | 94.15º | 0.53% | 0.48% | - |
| XYZ | 11.44 | 16.15 | 6.38 | - |
| YUV | 103.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 57 | 0.30 | 0 | 0.53 | 0.52 | 94.15 | 0.36 | 0.35 |
| Hex | 55 | 7A | 39 | 1E | 0 | 35 | 34 | 5E | 24 | 23 |
| Octal | 125 | 172 | 71 | 36 | 0 | 65 | 64 | 136 | 44 | 43 |
| Binary | 1010101 | 1111010 | 111001 | 11110 | 0 | 110101 | 110100 | 1011110 | 100100 | 100011 |
Color Harmonies of #557A39
Complementary color
Monochromatic Colors of #557A39
Black with #557A39
Text Example
Text Example
White with #557A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A39; }
p { color: rgb(85,122,57); }
H1.HeaderClassName
{
color: #557A39;
}
.AnyTagClassName
{
color: #557A39;
}
</style>
background-color css
<style>
a { background-color: #557A39; }
a { background-color: rgb(85,122,57); }
div.DivClassName
{
background-color: #557A39;
}
.BgClassName
{
background-color: #557A39;
}
</style>
border-color css
<style>
span { border-color: #557A39; }
span { border-color: rgb(85,122,57); }
td.TdClassName
{
border-color: #557A39;
}
.TagClassName
{
border-color: #557A39;
}
</style>