Shades of Dingley #58893E
Tints of Dingley #58893E
RGB
CMYK
RGB Variations
Color information
#58893E (or 0x58893E) is known color: Dingley. HEX triplet: 58, 89 and 3E. RGB value is (88,137,62). Sum of RGB (Red+Green+Blue) = 88+137+62=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #58893E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58893E is #A776C1. Grayscale: #727272. Windows color (decimal): -10974914 or 4098392. OLE color: 4098392.
HSL color Cylindrical-coordinate representation of color #58893E: hue angle of 99.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58893E is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 137 | 62 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.46 |
| HSL | 99.2º | 0.38% | 0.39% | - |
| HSV(B) | 99.2º | 0.55% | 0.54% | - |
| XYZ | 13.84 | 20.31 | 7.75 | - |
| YUV | 113.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 137 | 62 | 0.36 | 0 | 0.55 | 0.46 | 99.2 | 0.38 | 0.39 |
| Hex | 58 | 89 | 3E | 24 | 0 | 37 | 2E | 63 | 26 | 27 |
| Octal | 130 | 211 | 76 | 44 | 0 | 67 | 56 | 143 | 46 | 47 |
| Binary | 1011000 | 10001001 | 111110 | 100100 | 0 | 110111 | 101110 | 1100011 | 100110 | 100111 |
Color Harmonies of #58893E
Complementary color
Monochromatic Colors of #58893E
Black with #58893E
Text Example
Text Example
White with #58893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58893E; }
p { color: rgb(88,137,62); }
H1.HeaderClassName
{
color: #58893E;
}
.AnyTagClassName
{
color: #58893E;
}
</style>
background-color css
<style>
a { background-color: #58893E; }
a { background-color: rgb(88,137,62); }
div.DivClassName
{
background-color: #58893E;
}
.BgClassName
{
background-color: #58893E;
}
</style>
border-color css
<style>
span { border-color: #58893E; }
span { border-color: rgb(88,137,62); }
td.TdClassName
{
border-color: #58893E;
}
.TagClassName
{
border-color: #58893E;
}
</style>