Shades of Dingley #58863E
Tints of Dingley #58863E
RGB
CMYK
RGB Variations
Color information
#58863E (or 0x58863E) is known color: Dingley. HEX triplet: 58, 86 and 3E. RGB value is (88,134,62). Sum of RGB (Red+Green+Blue) = 88+134+62=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #58863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58863E is #A779C1. Grayscale: #707070. Windows color (decimal): -10975682 or 4097624. OLE color: 4097624.
HSL color Cylindrical-coordinate representation of color #58863E: hue angle of 98.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58863E is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 134 | 62 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.47 |
| HSL | 98.33º | 0.37% | 0.38% | - |
| HSV(B) | 98.33º | 0.54% | 0.53% | - |
| XYZ | 13.42 | 19.47 | 7.61 | - |
| YUV | 112.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 62 | 0.34 | 0 | 0.54 | 0.47 | 98.33 | 0.37 | 0.38 |
| Hex | 58 | 86 | 3E | 22 | 0 | 36 | 2F | 62 | 25 | 26 |
| Octal | 130 | 206 | 76 | 42 | 0 | 66 | 57 | 142 | 45 | 46 |
| Binary | 1011000 | 10000110 | 111110 | 100010 | 0 | 110110 | 101111 | 1100010 | 100101 | 100110 |
Color Harmonies of #58863E
Complementary color
Monochromatic Colors of #58863E
Black with #58863E
Text Example
Text Example
White with #58863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58863E; }
p { color: rgb(88,134,62); }
H1.HeaderClassName
{
color: #58863E;
}
.AnyTagClassName
{
color: #58863E;
}
</style>
background-color css
<style>
a { background-color: #58863E; }
a { background-color: rgb(88,134,62); }
div.DivClassName
{
background-color: #58863E;
}
.BgClassName
{
background-color: #58863E;
}
</style>
border-color css
<style>
span { border-color: #58863E; }
span { border-color: rgb(88,134,62); }
td.TdClassName
{
border-color: #58863E;
}
.TagClassName
{
border-color: #58863E;
}
</style>