Shades of Dingley #557C39
Tints of Dingley #557C39
RGB
CMYK
RGB Variations
Color information
#557C39 (or 0x557C39) is known color: Dingley. HEX triplet: 55, 7C and 39. RGB value is (85,124,57). Sum of RGB (Red+Green+Blue) = 85+124+57=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #557C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C39 is #AA83C6. Grayscale: #686868. Windows color (decimal): -11174855 or 3767381. OLE color: 3767381.
HSL color Cylindrical-coordinate representation of color #557C39: hue angle of 94.93º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557C39 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 57 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.51 |
| HSL | 94.93º | 0.37% | 0.35% | - |
| HSV(B) | 94.93º | 0.54% | 0.49% | - |
| XYZ | 11.69 | 16.64 | 6.47 | - |
| YUV | 104.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 57 | 0.31 | 0 | 0.54 | 0.51 | 94.93 | 0.37 | 0.35 |
| Hex | 55 | 7C | 39 | 1F | 0 | 36 | 33 | 5F | 25 | 23 |
| Octal | 125 | 174 | 71 | 37 | 0 | 66 | 63 | 137 | 45 | 43 |
| Binary | 1010101 | 1111100 | 111001 | 11111 | 0 | 110110 | 110011 | 1011111 | 100101 | 100011 |
Color Harmonies of #557C39
Complementary color
Monochromatic Colors of #557C39
Black with #557C39
Text Example
Text Example
White with #557C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C39; }
p { color: rgb(85,124,57); }
H1.HeaderClassName
{
color: #557C39;
}
.AnyTagClassName
{
color: #557C39;
}
</style>
background-color css
<style>
a { background-color: #557C39; }
a { background-color: rgb(85,124,57); }
div.DivClassName
{
background-color: #557C39;
}
.BgClassName
{
background-color: #557C39;
}
</style>
border-color css
<style>
span { border-color: #557C39; }
span { border-color: rgb(85,124,57); }
td.TdClassName
{
border-color: #557C39;
}
.TagClassName
{
border-color: #557C39;
}
</style>