Shades of Dingley #58843B
Tints of Dingley #58843B
RGB
CMYK
RGB Variations
Color information
#58843B (or 0x58843B) is known color: Dingley. HEX triplet: 58, 84 and 3B. RGB value is (88,132,59). Sum of RGB (Red+Green+Blue) = 88+132+59=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #58843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58843B is #A77BC4. Grayscale: #6E6E6E. Windows color (decimal): -10976197 or 3900504. OLE color: 3900504.
HSL color Cylindrical-coordinate representation of color #58843B: hue angle of 96.16º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58843B is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 132 | 59 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.48 |
| HSL | 96.16º | 0.38% | 0.37% | - |
| HSV(B) | 96.16º | 0.55% | 0.52% | - |
| XYZ | 13.07 | 18.89 | 7.1 | - |
| YUV | 110.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 59 | 0.33 | 0 | 0.55 | 0.48 | 96.16 | 0.38 | 0.37 |
| Hex | 58 | 84 | 3B | 21 | 0 | 37 | 30 | 60 | 26 | 25 |
| Octal | 130 | 204 | 73 | 41 | 0 | 67 | 60 | 140 | 46 | 45 |
| Binary | 1011000 | 10000100 | 111011 | 100001 | 0 | 110111 | 110000 | 1100000 | 100110 | 100101 |
Color Harmonies of #58843B
Complementary color
Monochromatic Colors of #58843B
Black with #58843B
Text Example
Text Example
White with #58843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58843B; }
p { color: rgb(88,132,59); }
H1.HeaderClassName
{
color: #58843B;
}
.AnyTagClassName
{
color: #58843B;
}
</style>
background-color css
<style>
a { background-color: #58843B; }
a { background-color: rgb(88,132,59); }
div.DivClassName
{
background-color: #58843B;
}
.BgClassName
{
background-color: #58843B;
}
</style>
border-color css
<style>
span { border-color: #58843B; }
span { border-color: rgb(88,132,59); }
td.TdClassName
{
border-color: #58843B;
}
.TagClassName
{
border-color: #58843B;
}
</style>