Shades of Dingley #58813A
Tints of Dingley #58813A
RGB
CMYK
RGB Variations
Color information
#58813A (or 0x58813A) is known color: Dingley. HEX triplet: 58, 81 and 3A. RGB value is (88,129,58). Sum of RGB (Red+Green+Blue) = 88+129+58=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #58813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58813A is #A77EC5. Grayscale: #6C6C6C. Windows color (decimal): -10976966 or 3834200. OLE color: 3834200.
HSL color Cylindrical-coordinate representation of color #58813A: hue angle of 94.65º 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 #58813A is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 58 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.49 |
| HSL | 94.65º | 0.38% | 0.37% | - |
| HSV(B) | 94.65º | 0.55% | 0.51% | - |
| XYZ | 12.64 | 18.08 | 6.83 | - |
| YUV | 108.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 58 | 0.32 | 0 | 0.55 | 0.49 | 94.65 | 0.38 | 0.37 |
| Hex | 58 | 81 | 3A | 20 | 0 | 37 | 31 | 5F | 26 | 25 |
| Octal | 130 | 201 | 72 | 40 | 0 | 67 | 61 | 137 | 46 | 45 |
| Binary | 1011000 | 10000001 | 111010 | 100000 | 0 | 110111 | 110001 | 1011111 | 100110 | 100101 |
Color Harmonies of #58813A
Complementary color
Monochromatic Colors of #58813A
Black with #58813A
Text Example
Text Example
White with #58813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58813A; }
p { color: rgb(88,129,58); }
H1.HeaderClassName
{
color: #58813A;
}
.AnyTagClassName
{
color: #58813A;
}
</style>
background-color css
<style>
a { background-color: #58813A; }
a { background-color: rgb(88,129,58); }
div.DivClassName
{
background-color: #58813A;
}
.BgClassName
{
background-color: #58813A;
}
</style>
border-color css
<style>
span { border-color: #58813A; }
span { border-color: rgb(88,129,58); }
td.TdClassName
{
border-color: #58813A;
}
.TagClassName
{
border-color: #58813A;
}
</style>