Shades of Dingley #56773E
Tints of Dingley #56773E
RGB
CMYK
RGB Variations
Color information
#56773E (or 0x56773E) is known color: Dingley. HEX triplet: 56, 77 and 3E. RGB value is (86,119,62). Sum of RGB (Red+Green+Blue) = 86+119+62=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #56773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56773E is #A988C1. Grayscale: #666666. Windows color (decimal): -11110594 or 4093782. OLE color: 4093782.
HSL color Cylindrical-coordinate representation of color #56773E: hue angle of 94.74º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56773E is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 119 | 62 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.53 |
| HSL | 94.74º | 0.31% | 0.35% | - |
| HSV(B) | 94.74º | 0.48% | 0.47% | - |
| XYZ | 11.3 | 15.52 | 6.96 | - |
| YUV | 102.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 62 | 0.28 | 0 | 0.48 | 0.53 | 94.74 | 0.31 | 0.35 |
| Hex | 56 | 77 | 3E | 1C | 0 | 30 | 35 | 5F | 1F | 23 |
| Octal | 126 | 167 | 76 | 34 | 0 | 60 | 65 | 137 | 37 | 43 |
| Binary | 1010110 | 1110111 | 111110 | 11100 | 0 | 110000 | 110101 | 1011111 | 11111 | 100011 |
Color Harmonies of #56773E
Complementary color
Monochromatic Colors of #56773E
Black with #56773E
Text Example
Text Example
White with #56773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56773E; }
p { color: rgb(86,119,62); }
H1.HeaderClassName
{
color: #56773E;
}
.AnyTagClassName
{
color: #56773E;
}
</style>
background-color css
<style>
a { background-color: #56773E; }
a { background-color: rgb(86,119,62); }
div.DivClassName
{
background-color: #56773E;
}
.BgClassName
{
background-color: #56773E;
}
</style>
border-color css
<style>
span { border-color: #56773E; }
span { border-color: rgb(86,119,62); }
td.TdClassName
{
border-color: #56773E;
}
.TagClassName
{
border-color: #56773E;
}
</style>