Shades of Dingley #58823A
Tints of Dingley #58823A
RGB
CMYK
RGB Variations
Color information
#58823A (or 0x58823A) is known color: Dingley. HEX triplet: 58, 82 and 3A. RGB value is (88,130,58). Sum of RGB (Red+Green+Blue) = 88+130+58=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #58823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58823A is #A77DC5. Grayscale: #6D6D6D. Windows color (decimal): -10976710 or 3834456. OLE color: 3834456.
HSL color Cylindrical-coordinate representation of color #58823A: hue angle of 95º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58823A is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 58 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.49 |
| HSL | 95º | 0.38% | 0.37% | - |
| HSV(B) | 95º | 0.55% | 0.51% | - |
| XYZ | 12.77 | 18.35 | 6.87 | - |
| YUV | 109.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 58 | 0.32 | 0 | 0.55 | 0.49 | 95 | 0.38 | 0.37 |
| Hex | 58 | 82 | 3A | 20 | 0 | 37 | 31 | 5F | 26 | 25 |
| Octal | 130 | 202 | 72 | 40 | 0 | 67 | 61 | 137 | 46 | 45 |
| Binary | 1011000 | 10000010 | 111010 | 100000 | 0 | 110111 | 110001 | 1011111 | 100110 | 100101 |
Color Harmonies of #58823A
Complementary color
Monochromatic Colors of #58823A
Black with #58823A
Text Example
Text Example
White with #58823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58823A; }
p { color: rgb(88,130,58); }
H1.HeaderClassName
{
color: #58823A;
}
.AnyTagClassName
{
color: #58823A;
}
</style>
background-color css
<style>
a { background-color: #58823A; }
a { background-color: rgb(88,130,58); }
div.DivClassName
{
background-color: #58823A;
}
.BgClassName
{
background-color: #58823A;
}
</style>
border-color css
<style>
span { border-color: #58823A; }
span { border-color: rgb(88,130,58); }
td.TdClassName
{
border-color: #58823A;
}
.TagClassName
{
border-color: #58823A;
}
</style>