Shades of Dingley #557E34
Tints of Dingley #557E34
RGB
CMYK
RGB Variations
Color information
#557E34 (or 0x557E34) is known color: Dingley. HEX triplet: 55, 7E and 34. RGB value is (85,126,52). Sum of RGB (Red+Green+Blue) = 85+126+52=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #557E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557E34 is #AA81CB. Grayscale: #696969. Windows color (decimal): -11174348 or 3440213. OLE color: 3440213.
HSL color Cylindrical-coordinate representation of color #557E34: hue angle of 93.24º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557E34 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 52 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.51 |
| HSL | 93.24º | 0.42% | 0.35% | - |
| HSV(B) | 93.24º | 0.59% | 0.49% | - |
| XYZ | 11.83 | 17.1 | 5.93 | - |
| YUV | 105.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 52 | 0.33 | 0 | 0.59 | 0.51 | 93.24 | 0.42 | 0.35 |
| Hex | 55 | 7E | 34 | 21 | 0 | 3B | 33 | 5D | 2A | 23 |
| Octal | 125 | 176 | 64 | 41 | 0 | 73 | 63 | 135 | 52 | 43 |
| Binary | 1010101 | 1111110 | 110100 | 100001 | 0 | 111011 | 110011 | 1011101 | 101010 | 100011 |
Color Harmonies of #557E34
Complementary color
Monochromatic Colors of #557E34
Black with #557E34
Text Example
Text Example
White with #557E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E34; }
p { color: rgb(85,126,52); }
H1.HeaderClassName
{
color: #557E34;
}
.AnyTagClassName
{
color: #557E34;
}
</style>
background-color css
<style>
a { background-color: #557E34; }
a { background-color: rgb(85,126,52); }
div.DivClassName
{
background-color: #557E34;
}
.BgClassName
{
background-color: #557E34;
}
</style>
border-color css
<style>
span { border-color: #557E34; }
span { border-color: rgb(85,126,52); }
td.TdClassName
{
border-color: #557E34;
}
.TagClassName
{
border-color: #557E34;
}
</style>