Shades of Dingley #5A7445
Tints of Dingley #5A7445
RGB
CMYK
RGB Variations
Color information
#5A7445 (or 0x5A7445) is known color: Dingley. HEX triplet: 5A, 74 and 45. RGB value is (90,116,69). Sum of RGB (Red+Green+Blue) = 90+116+69=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7445 is #A58BBA. Grayscale: #676767. Windows color (decimal): -10849211 or 4551770. OLE color: 4551770.
HSL color Cylindrical-coordinate representation of color #5A7445: hue angle of 93.19º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A7445 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 69 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.55 |
| HSL | 93.19º | 0.25% | 0.36% | - |
| HSV(B) | 93.19º | 0.41% | 0.45% | - |
| XYZ | 11.54 | 15.09 | 7.94 | - |
| YUV | 102.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 69 | 0.22 | 0 | 0.41 | 0.55 | 93.19 | 0.25 | 0.36 |
| Hex | 5A | 74 | 45 | 16 | 0 | 29 | 37 | 5D | 19 | 24 |
| Octal | 132 | 164 | 105 | 26 | 0 | 51 | 67 | 135 | 31 | 44 |
| Binary | 1011010 | 1110100 | 1000101 | 10110 | 0 | 101001 | 110111 | 1011101 | 11001 | 100100 |
Color Harmonies of #5A7445
Complementary color
Monochromatic Colors of #5A7445
Black with #5A7445
Text Example
Text Example
White with #5A7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7445; }
p { color: rgb(90,116,69); }
H1.HeaderClassName
{
color: #5A7445;
}
.AnyTagClassName
{
color: #5A7445;
}
</style>
background-color css
<style>
a { background-color: #5A7445; }
a { background-color: rgb(90,116,69); }
div.DivClassName
{
background-color: #5A7445;
}
.BgClassName
{
background-color: #5A7445;
}
</style>
border-color css
<style>
span { border-color: #5A7445; }
span { border-color: rgb(90,116,69); }
td.TdClassName
{
border-color: #5A7445;
}
.TagClassName
{
border-color: #5A7445;
}
</style>