Shades of Dingley #58803F
Tints of Dingley #58803F
RGB
CMYK
RGB Variations
Color information
#58803F (or 0x58803F) is known color: Dingley. HEX triplet: 58, 80 and 3F. RGB value is (88,128,63). Sum of RGB (Red+Green+Blue) = 88+128+63=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #58803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58803F is #A77FC0. Grayscale: #6C6C6C. Windows color (decimal): -10977217 or 4161624. OLE color: 4161624.
HSL color Cylindrical-coordinate representation of color #58803F: hue angle of 96.92º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58803F is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 128 | 63 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.50 |
| HSL | 96.92º | 0.34% | 0.37% | - |
| HSV(B) | 96.92º | 0.51% | 0.5% | - |
| XYZ | 12.64 | 17.87 | 7.49 | - |
| YUV | 108.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 63 | 0.31 | 0 | 0.51 | 0.50 | 96.92 | 0.34 | 0.37 |
| Hex | 58 | 80 | 3F | 1F | 0 | 33 | 32 | 61 | 22 | 25 |
| Octal | 130 | 200 | 77 | 37 | 0 | 63 | 62 | 141 | 42 | 45 |
| Binary | 1011000 | 10000000 | 111111 | 11111 | 0 | 110011 | 110010 | 1100001 | 100010 | 100101 |
Color Harmonies of #58803F
Complementary color
Monochromatic Colors of #58803F
Black with #58803F
Text Example
Text Example
White with #58803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58803F; }
p { color: rgb(88,128,63); }
H1.HeaderClassName
{
color: #58803F;
}
.AnyTagClassName
{
color: #58803F;
}
</style>
background-color css
<style>
a { background-color: #58803F; }
a { background-color: rgb(88,128,63); }
div.DivClassName
{
background-color: #58803F;
}
.BgClassName
{
background-color: #58803F;
}
</style>
border-color css
<style>
span { border-color: #58803F; }
span { border-color: rgb(88,128,63); }
td.TdClassName
{
border-color: #58803F;
}
.TagClassName
{
border-color: #58803F;
}
</style>