Shades of Dingley #577F34
Tints of Dingley #577F34
RGB
CMYK
RGB Variations
Color information
#577F34 (or 0x577F34) is known color: Dingley. HEX triplet: 57, 7F and 34. RGB value is (87,127,52). Sum of RGB (Red+Green+Blue) = 87+127+52=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #577F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577F34 is #A880CB. Grayscale: #6A6A6A. Windows color (decimal): -11043020 or 3440471. OLE color: 3440471.
HSL color Cylindrical-coordinate representation of color #577F34: hue angle of 92º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #577F34 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 127 | 52 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.50 |
| HSL | 92º | 0.42% | 0.35% | - |
| HSV(B) | 92º | 0.59% | 0.5% | - |
| XYZ | 12.14 | 17.45 | 5.98 | - |
| YUV | 106.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 52 | 0.31 | 0 | 0.59 | 0.50 | 92 | 0.42 | 0.35 |
| Hex | 57 | 7F | 34 | 1F | 0 | 3B | 32 | 5C | 2A | 23 |
| Octal | 127 | 177 | 64 | 37 | 0 | 73 | 62 | 134 | 52 | 43 |
| Binary | 1010111 | 1111111 | 110100 | 11111 | 0 | 111011 | 110010 | 1011100 | 101010 | 100011 |
Color Harmonies of #577F34
Complementary color
Monochromatic Colors of #577F34
Black with #577F34
Text Example
Text Example
White with #577F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F34; }
p { color: rgb(87,127,52); }
H1.HeaderClassName
{
color: #577F34;
}
.AnyTagClassName
{
color: #577F34;
}
</style>
background-color css
<style>
a { background-color: #577F34; }
a { background-color: rgb(87,127,52); }
div.DivClassName
{
background-color: #577F34;
}
.BgClassName
{
background-color: #577F34;
}
</style>
border-color css
<style>
span { border-color: #577F34; }
span { border-color: rgb(87,127,52); }
td.TdClassName
{
border-color: #577F34;
}
.TagClassName
{
border-color: #577F34;
}
</style>