Shades of Dingley #5D863F
Tints of Dingley #5D863F
RGB
CMYK
RGB Variations
Color information
#5D863F (or 0x5D863F) is known color: Dingley. HEX triplet: 5D, 86 and 3F. RGB value is (93,134,63). Sum of RGB (Red+Green+Blue) = 93+134+63=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #5D863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D863F is #A279C0. Grayscale: #717171. Windows color (decimal): -10648001 or 4163165. OLE color: 4163165.
HSL color Cylindrical-coordinate representation of color #5D863F: hue angle of 94.65º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D863F is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 63 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.47 |
| HSL | 94.65º | 0.36% | 0.39% | - |
| HSV(B) | 94.65º | 0.53% | 0.53% | - |
| XYZ | 13.94 | 19.74 | 7.78 | - |
| YUV | 113.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 63 | 0.31 | 0 | 0.53 | 0.47 | 94.65 | 0.36 | 0.39 |
| Hex | 5D | 86 | 3F | 1F | 0 | 35 | 2F | 5F | 24 | 27 |
| Octal | 135 | 206 | 77 | 37 | 0 | 65 | 57 | 137 | 44 | 47 |
| Binary | 1011101 | 10000110 | 111111 | 11111 | 0 | 110101 | 101111 | 1011111 | 100100 | 100111 |
Color Harmonies of #5D863F
Complementary color
Monochromatic Colors of #5D863F
Black with #5D863F
Text Example
Text Example
White with #5D863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D863F; }
p { color: rgb(93,134,63); }
H1.HeaderClassName
{
color: #5D863F;
}
.AnyTagClassName
{
color: #5D863F;
}
</style>
background-color css
<style>
a { background-color: #5D863F; }
a { background-color: rgb(93,134,63); }
div.DivClassName
{
background-color: #5D863F;
}
.BgClassName
{
background-color: #5D863F;
}
</style>
border-color css
<style>
span { border-color: #5D863F; }
span { border-color: rgb(93,134,63); }
td.TdClassName
{
border-color: #5D863F;
}
.TagClassName
{
border-color: #5D863F;
}
</style>