Shades of Dingley #577B40
Tints of Dingley #577B40
RGB
CMYK
RGB Variations
Color information
#577B40 (or 0x577B40) is known color: Dingley. HEX triplet: 57, 7B and 40. RGB value is (87,123,64). Sum of RGB (Red+Green+Blue) = 87+123+64=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #577B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577B40 is #A884BF. Grayscale: #696969. Windows color (decimal): -11044032 or 4225879. OLE color: 4225879.
HSL color Cylindrical-coordinate representation of color #577B40: hue angle of 96.61º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #577B40 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 123 | 64 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.52 |
| HSL | 96.61º | 0.32% | 0.37% | - |
| HSV(B) | 96.61º | 0.48% | 0.48% | - |
| XYZ | 11.94 | 16.56 | 7.42 | - |
| YUV | 105.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 64 | 0.29 | 0 | 0.48 | 0.52 | 96.61 | 0.32 | 0.37 |
| Hex | 57 | 7B | 40 | 1D | 0 | 30 | 34 | 61 | 20 | 25 |
| Octal | 127 | 173 | 100 | 35 | 0 | 60 | 64 | 141 | 40 | 45 |
| Binary | 1010111 | 1111011 | 1000000 | 11101 | 0 | 110000 | 110100 | 1100001 | 100000 | 100101 |
Color Harmonies of #577B40
Complementary color
Monochromatic Colors of #577B40
Black with #577B40
Text Example
Text Example
White with #577B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577B40; }
p { color: rgb(87,123,64); }
H1.HeaderClassName
{
color: #577B40;
}
.AnyTagClassName
{
color: #577B40;
}
</style>
background-color css
<style>
a { background-color: #577B40; }
a { background-color: rgb(87,123,64); }
div.DivClassName
{
background-color: #577B40;
}
.BgClassName
{
background-color: #577B40;
}
</style>
border-color css
<style>
span { border-color: #577B40; }
span { border-color: rgb(87,123,64); }
td.TdClassName
{
border-color: #577B40;
}
.TagClassName
{
border-color: #577B40;
}
</style>