Shades of Dingley #5C8542
Tints of Dingley #5C8542
RGB
CMYK
RGB Variations
Color information
#5C8542 (or 0x5C8542) is known color: Dingley. HEX triplet: 5C, 85 and 42. RGB value is (92,133,66). Sum of RGB (Red+Green+Blue) = 92+133+66=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8542 is #A37ABD. Grayscale: #717171. Windows color (decimal): -10713790 or 4359516. OLE color: 4359516.
HSL color Cylindrical-coordinate representation of color #5C8542: hue angle of 96.72º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C8542 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 133 | 66 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.48 |
| HSL | 96.72º | 0.34% | 0.39% | - |
| HSV(B) | 96.72º | 0.5% | 0.52% | - |
| XYZ | 13.78 | 19.44 | 8.18 | - |
| YUV | 113.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 66 | 0.31 | 0 | 0.50 | 0.48 | 96.72 | 0.34 | 0.39 |
| Hex | 5C | 85 | 42 | 1F | 0 | 32 | 30 | 61 | 22 | 27 |
| Octal | 134 | 205 | 102 | 37 | 0 | 62 | 60 | 141 | 42 | 47 |
| Binary | 1011100 | 10000101 | 1000010 | 11111 | 0 | 110010 | 110000 | 1100001 | 100010 | 100111 |
Color Harmonies of #5C8542
Complementary color
Monochromatic Colors of #5C8542
Black with #5C8542
Text Example
Text Example
White with #5C8542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8542; }
p { color: rgb(92,133,66); }
H1.HeaderClassName
{
color: #5C8542;
}
.AnyTagClassName
{
color: #5C8542;
}
</style>
background-color css
<style>
a { background-color: #5C8542; }
a { background-color: rgb(92,133,66); }
div.DivClassName
{
background-color: #5C8542;
}
.BgClassName
{
background-color: #5C8542;
}
</style>
border-color css
<style>
span { border-color: #5C8542; }
span { border-color: rgb(92,133,66); }
td.TdClassName
{
border-color: #5C8542;
}
.TagClassName
{
border-color: #5C8542;
}
</style>