Shades of Dingley #5A7743
Tints of Dingley #5A7743
RGB
CMYK
RGB Variations
Color information
#5A7743 (or 0x5A7743) is known color: Dingley. HEX triplet: 5A, 77 and 43. RGB value is (90,119,67). Sum of RGB (Red+Green+Blue) = 90+119+67=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7743 is #A588BC. Grayscale: #686868. Windows color (decimal): -10848445 or 4421466. OLE color: 4421466.
HSL color Cylindrical-coordinate representation of color #5A7743: hue angle of 93.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A7743 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 67 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.53 |
| HSL | 93.46º | 0.28% | 0.36% | - |
| HSV(B) | 93.46º | 0.44% | 0.47% | - |
| XYZ | 11.83 | 15.77 | 7.73 | - |
| YUV | 104.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 67 | 0.24 | 0 | 0.44 | 0.53 | 93.46 | 0.28 | 0.36 |
| Hex | 5A | 77 | 43 | 18 | 0 | 2C | 35 | 5D | 1C | 24 |
| Octal | 132 | 167 | 103 | 30 | 0 | 54 | 65 | 135 | 34 | 44 |
| Binary | 1011010 | 1110111 | 1000011 | 11000 | 0 | 101100 | 110101 | 1011101 | 11100 | 100100 |
Color Harmonies of #5A7743
Complementary color
Monochromatic Colors of #5A7743
Black with #5A7743
Text Example
Text Example
White with #5A7743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7743; }
p { color: rgb(90,119,67); }
H1.HeaderClassName
{
color: #5A7743;
}
.AnyTagClassName
{
color: #5A7743;
}
</style>
background-color css
<style>
a { background-color: #5A7743; }
a { background-color: rgb(90,119,67); }
div.DivClassName
{
background-color: #5A7743;
}
.BgClassName
{
background-color: #5A7743;
}
</style>
border-color css
<style>
span { border-color: #5A7743; }
span { border-color: rgb(90,119,67); }
td.TdClassName
{
border-color: #5A7743;
}
.TagClassName
{
border-color: #5A7743;
}
</style>