Shades of Dingley #5B754C
Tints of Dingley #5B754C
RGB
CMYK
RGB Variations
Color information
#5B754C (or 0x5B754C) is known color: Dingley. HEX triplet: 5B, 75 and 4C. RGB value is (91,117,76). Sum of RGB (Red+Green+Blue) = 91+117+76=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #5B754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B754C is #A48AB3. Grayscale: #686868. Windows color (decimal): -10783412 or 5010779. OLE color: 5010779.
HSL color Cylindrical-coordinate representation of color #5B754C: hue angle of 98.05º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B754C is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 117 | 76 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.54 |
| HSL | 98.05º | 0.21% | 0.38% | - |
| HSV(B) | 98.05º | 0.35% | 0.46% | - |
| XYZ | 11.98 | 15.47 | 9.19 | - |
| YUV | 104.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 76 | 0.22 | 0 | 0.35 | 0.54 | 98.05 | 0.21 | 0.38 |
| Hex | 5B | 75 | 4C | 16 | 0 | 23 | 36 | 62 | 15 | 26 |
| Octal | 133 | 165 | 114 | 26 | 0 | 43 | 66 | 142 | 25 | 46 |
| Binary | 1011011 | 1110101 | 1001100 | 10110 | 0 | 100011 | 110110 | 1100010 | 10101 | 100110 |
Color Harmonies of #5B754C
Complementary color
Monochromatic Colors of #5B754C
Black with #5B754C
Text Example
Text Example
White with #5B754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B754C; }
p { color: rgb(91,117,76); }
H1.HeaderClassName
{
color: #5B754C;
}
.AnyTagClassName
{
color: #5B754C;
}
</style>
background-color css
<style>
a { background-color: #5B754C; }
a { background-color: rgb(91,117,76); }
div.DivClassName
{
background-color: #5B754C;
}
.BgClassName
{
background-color: #5B754C;
}
</style>
border-color css
<style>
span { border-color: #5B754C; }
span { border-color: rgb(91,117,76); }
td.TdClassName
{
border-color: #5B754C;
}
.TagClassName
{
border-color: #5B754C;
}
</style>