Shades of Dingley #5B8238
Tints of Dingley #5B8238
RGB
CMYK
RGB Variations
Color information
#5B8238 (or 0x5B8238) is known color: Dingley. HEX triplet: 5B, 82 and 38. RGB value is (91,130,56). Sum of RGB (Red+Green+Blue) = 91+130+56=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #5B8238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8238 is #A47DC7. Grayscale: #6E6E6E. Windows color (decimal): -10780104 or 3703387. OLE color: 3703387.
HSL color Cylindrical-coordinate representation of color #5B8238: hue angle of 91.62º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B8238 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 56 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.49 |
| HSL | 91.62º | 0.4% | 0.36% | - |
| HSV(B) | 91.62º | 0.57% | 0.51% | - |
| XYZ | 13.01 | 18.47 | 6.62 | - |
| YUV | 109.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 56 | 0.30 | 0 | 0.57 | 0.49 | 91.62 | 0.4 | 0.36 |
| Hex | 5B | 82 | 38 | 1E | 0 | 39 | 31 | 5C | 28 | 24 |
| Octal | 133 | 202 | 70 | 36 | 0 | 71 | 61 | 134 | 50 | 44 |
| Binary | 1011011 | 10000010 | 111000 | 11110 | 0 | 111001 | 110001 | 1011100 | 101000 | 100100 |
Color Harmonies of #5B8238
Complementary color
Monochromatic Colors of #5B8238
Black with #5B8238
Text Example
Text Example
White with #5B8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8238; }
p { color: rgb(91,130,56); }
H1.HeaderClassName
{
color: #5B8238;
}
.AnyTagClassName
{
color: #5B8238;
}
</style>
background-color css
<style>
a { background-color: #5B8238; }
a { background-color: rgb(91,130,56); }
div.DivClassName
{
background-color: #5B8238;
}
.BgClassName
{
background-color: #5B8238;
}
</style>
border-color css
<style>
span { border-color: #5B8238; }
span { border-color: rgb(91,130,56); }
td.TdClassName
{
border-color: #5B8238;
}
.TagClassName
{
border-color: #5B8238;
}
</style>