Shades of Dingley #58853F
Tints of Dingley #58853F
RGB
CMYK
RGB Variations
Color information
#58853F (or 0x58853F) is known color: Dingley. HEX triplet: 58, 85 and 3F. RGB value is (88,133,63). Sum of RGB (Red+Green+Blue) = 88+133+63=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #58853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58853F is #A77AC0. Grayscale: #6F6F6F. Windows color (decimal): -10975937 or 4162904. OLE color: 4162904.
HSL color Cylindrical-coordinate representation of color #58853F: hue angle of 98.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58853F is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 133 | 63 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.48 |
| HSL | 98.57º | 0.36% | 0.38% | - |
| HSV(B) | 98.57º | 0.53% | 0.52% | - |
| XYZ | 13.31 | 19.21 | 7.71 | - |
| YUV | 111.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 63 | 0.34 | 0 | 0.53 | 0.48 | 98.57 | 0.36 | 0.38 |
| Hex | 58 | 85 | 3F | 22 | 0 | 35 | 30 | 63 | 24 | 26 |
| Octal | 130 | 205 | 77 | 42 | 0 | 65 | 60 | 143 | 44 | 46 |
| Binary | 1011000 | 10000101 | 111111 | 100010 | 0 | 110101 | 110000 | 1100011 | 100100 | 100110 |
Color Harmonies of #58853F
Complementary color
Monochromatic Colors of #58853F
Black with #58853F
Text Example
Text Example
White with #58853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58853F; }
p { color: rgb(88,133,63); }
H1.HeaderClassName
{
color: #58853F;
}
.AnyTagClassName
{
color: #58853F;
}
</style>
background-color css
<style>
a { background-color: #58853F; }
a { background-color: rgb(88,133,63); }
div.DivClassName
{
background-color: #58853F;
}
.BgClassName
{
background-color: #58853F;
}
</style>
border-color css
<style>
span { border-color: #58853F; }
span { border-color: rgb(88,133,63); }
td.TdClassName
{
border-color: #58853F;
}
.TagClassName
{
border-color: #58853F;
}
</style>