Shades of Dingley #58863A
Tints of Dingley #58863A
RGB
CMYK
RGB Variations
Color information
#58863A (or 0x58863A) is known color: Dingley. HEX triplet: 58, 86 and 3A. RGB value is (88,134,58). Sum of RGB (Red+Green+Blue) = 88+134+58=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #58863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58863A is #A779C5. Grayscale: #6F6F6F. Windows color (decimal): -10975686 or 3835480. OLE color: 3835480.
HSL color Cylindrical-coordinate representation of color #58863A: hue angle of 96.32º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58863A is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 134 | 58 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.47 |
| HSL | 96.32º | 0.4% | 0.38% | - |
| HSV(B) | 96.32º | 0.57% | 0.53% | - |
| XYZ | 13.31 | 19.43 | 7.05 | - |
| YUV | 111.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 58 | 0.34 | 0 | 0.57 | 0.47 | 96.32 | 0.4 | 0.38 |
| Hex | 58 | 86 | 3A | 22 | 0 | 39 | 2F | 60 | 28 | 26 |
| Octal | 130 | 206 | 72 | 42 | 0 | 71 | 57 | 140 | 50 | 46 |
| Binary | 1011000 | 10000110 | 111010 | 100010 | 0 | 111001 | 101111 | 1100000 | 101000 | 100110 |
Color Harmonies of #58863A
Complementary color
Monochromatic Colors of #58863A
Black with #58863A
Text Example
Text Example
White with #58863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58863A; }
p { color: rgb(88,134,58); }
H1.HeaderClassName
{
color: #58863A;
}
.AnyTagClassName
{
color: #58863A;
}
</style>
background-color css
<style>
a { background-color: #58863A; }
a { background-color: rgb(88,134,58); }
div.DivClassName
{
background-color: #58863A;
}
.BgClassName
{
background-color: #58863A;
}
</style>
border-color css
<style>
span { border-color: #58863A; }
span { border-color: rgb(88,134,58); }
td.TdClassName
{
border-color: #58863A;
}
.TagClassName
{
border-color: #58863A;
}
</style>