Shades of Dingley #5B8235
Tints of Dingley #5B8235
RGB
CMYK
RGB Variations
Color information
#5B8235 (or 0x5B8235) is known color: Dingley. HEX triplet: 5B, 82 and 35. RGB value is (91,130,53). Sum of RGB (Red+Green+Blue) = 91+130+53=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #5B8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8235 is #A47DCA. Grayscale: #6D6D6D. Windows color (decimal): -10780107 or 3506779. OLE color: 3506779.
HSL color Cylindrical-coordinate representation of color #5B8235: hue angle of 90.39º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B8235 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 53 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.49 |
| HSL | 90.39º | 0.42% | 0.36% | - |
| HSV(B) | 90.39º | 0.59% | 0.51% | - |
| XYZ | 12.94 | 18.45 | 6.25 | - |
| YUV | 109.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 53 | 0.30 | 0 | 0.59 | 0.49 | 90.39 | 0.42 | 0.36 |
| Hex | 5B | 82 | 35 | 1E | 0 | 3B | 31 | 5A | 2A | 24 |
| Octal | 133 | 202 | 65 | 36 | 0 | 73 | 61 | 132 | 52 | 44 |
| Binary | 1011011 | 10000010 | 110101 | 11110 | 0 | 111011 | 110001 | 1011010 | 101010 | 100100 |
Color Harmonies of #5B8235
Complementary color
Monochromatic Colors of #5B8235
Black with #5B8235
Text Example
Text Example
White with #5B8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8235; }
p { color: rgb(91,130,53); }
H1.HeaderClassName
{
color: #5B8235;
}
.AnyTagClassName
{
color: #5B8235;
}
</style>
background-color css
<style>
a { background-color: #5B8235; }
a { background-color: rgb(91,130,53); }
div.DivClassName
{
background-color: #5B8235;
}
.BgClassName
{
background-color: #5B8235;
}
</style>
border-color css
<style>
span { border-color: #5B8235; }
span { border-color: rgb(91,130,53); }
td.TdClassName
{
border-color: #5B8235;
}
.TagClassName
{
border-color: #5B8235;
}
</style>