Shades of Dingley #5B704B
Tints of Dingley #5B704B
RGB
CMYK
RGB Variations
Color information
#5B704B (or 0x5B704B) is known color: Dingley. HEX triplet: 5B, 70 and 4B. RGB value is (91,112,75). Sum of RGB (Red+Green+Blue) = 91+112+75=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #5B704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B704B is #A48FB4. Grayscale: #656565. Windows color (decimal): -10784693 or 4943963. OLE color: 4943963.
HSL color Cylindrical-coordinate representation of color #5B704B: hue angle of 94.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B704B is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 75 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.56 |
| HSL | 94.05º | 0.2% | 0.37% | - |
| HSV(B) | 94.05º | 0.33% | 0.44% | - |
| XYZ | 11.38 | 14.32 | 8.82 | - |
| YUV | 101.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 75 | 0.19 | 0 | 0.33 | 0.56 | 94.05 | 0.2 | 0.37 |
| Hex | 5B | 70 | 4B | 13 | 0 | 21 | 38 | 5E | 14 | 25 |
| Octal | 133 | 160 | 113 | 23 | 0 | 41 | 70 | 136 | 24 | 45 |
| Binary | 1011011 | 1110000 | 1001011 | 10011 | 0 | 100001 | 111000 | 1011110 | 10100 | 100101 |
Color Harmonies of #5B704B
Complementary color
Monochromatic Colors of #5B704B
Black with #5B704B
Text Example
Text Example
White with #5B704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B704B; }
p { color: rgb(91,112,75); }
H1.HeaderClassName
{
color: #5B704B;
}
.AnyTagClassName
{
color: #5B704B;
}
</style>
background-color css
<style>
a { background-color: #5B704B; }
a { background-color: rgb(91,112,75); }
div.DivClassName
{
background-color: #5B704B;
}
.BgClassName
{
background-color: #5B704B;
}
</style>
border-color css
<style>
span { border-color: #5B704B; }
span { border-color: rgb(91,112,75); }
td.TdClassName
{
border-color: #5B704B;
}
.TagClassName
{
border-color: #5B704B;
}
</style>