Shades of Dingley #5B813B
Tints of Dingley #5B813B
RGB
CMYK
RGB Variations
Color information
#5B813B (or 0x5B813B) is known color: Dingley. HEX triplet: 5B, 81 and 3B. RGB value is (91,129,59). Sum of RGB (Red+Green+Blue) = 91+129+59=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #5B813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B813B is #A47EC4. Grayscale: #6D6D6D. Windows color (decimal): -10780357 or 3899739. OLE color: 3899739.
HSL color Cylindrical-coordinate representation of color #5B813B: hue angle of 92.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B813B is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 129 | 59 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.49 |
| HSL | 92.57º | 0.37% | 0.37% | - |
| HSV(B) | 92.57º | 0.54% | 0.51% | - |
| XYZ | 12.95 | 18.24 | 6.98 | - |
| YUV | 109.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 59 | 0.29 | 0 | 0.54 | 0.49 | 92.57 | 0.37 | 0.37 |
| Hex | 5B | 81 | 3B | 1D | 0 | 36 | 31 | 5D | 25 | 25 |
| Octal | 133 | 201 | 73 | 35 | 0 | 66 | 61 | 135 | 45 | 45 |
| Binary | 1011011 | 10000001 | 111011 | 11101 | 0 | 110110 | 110001 | 1011101 | 100101 | 100101 |
Color Harmonies of #5B813B
Complementary color
Monochromatic Colors of #5B813B
Black with #5B813B
Text Example
Text Example
White with #5B813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B813B; }
p { color: rgb(91,129,59); }
H1.HeaderClassName
{
color: #5B813B;
}
.AnyTagClassName
{
color: #5B813B;
}
</style>
background-color css
<style>
a { background-color: #5B813B; }
a { background-color: rgb(91,129,59); }
div.DivClassName
{
background-color: #5B813B;
}
.BgClassName
{
background-color: #5B813B;
}
</style>
border-color css
<style>
span { border-color: #5B813B; }
span { border-color: rgb(91,129,59); }
td.TdClassName
{
border-color: #5B813B;
}
.TagClassName
{
border-color: #5B813B;
}
</style>