Shades of Dingley #5A8443
Tints of Dingley #5A8443
RGB
CMYK
RGB Variations
Color information
#5A8443 (or 0x5A8443) is known color: Dingley. HEX triplet: 5A, 84 and 43. RGB value is (90,132,67). Sum of RGB (Red+Green+Blue) = 90+132+67=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8443 is #A57BBC. Grayscale: #707070. Windows color (decimal): -10845117 or 4424794. OLE color: 4424794.
HSL color Cylindrical-coordinate representation of color #5A8443: hue angle of 98.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A8443 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 67 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.48 |
| HSL | 98.77º | 0.33% | 0.39% | - |
| HSV(B) | 98.77º | 0.49% | 0.52% | - |
| XYZ | 13.48 | 19.08 | 8.28 | - |
| YUV | 112.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 67 | 0.32 | 0 | 0.49 | 0.48 | 98.77 | 0.33 | 0.39 |
| Hex | 5A | 84 | 43 | 20 | 0 | 31 | 30 | 63 | 21 | 27 |
| Octal | 132 | 204 | 103 | 40 | 0 | 61 | 60 | 143 | 41 | 47 |
| Binary | 1011010 | 10000100 | 1000011 | 100000 | 0 | 110001 | 110000 | 1100011 | 100001 | 100111 |
Color Harmonies of #5A8443
Complementary color
Monochromatic Colors of #5A8443
Black with #5A8443
Text Example
Text Example
White with #5A8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8443; }
p { color: rgb(90,132,67); }
H1.HeaderClassName
{
color: #5A8443;
}
.AnyTagClassName
{
color: #5A8443;
}
</style>
background-color css
<style>
a { background-color: #5A8443; }
a { background-color: rgb(90,132,67); }
div.DivClassName
{
background-color: #5A8443;
}
.BgClassName
{
background-color: #5A8443;
}
</style>
border-color css
<style>
span { border-color: #5A8443; }
span { border-color: rgb(90,132,67); }
td.TdClassName
{
border-color: #5A8443;
}
.TagClassName
{
border-color: #5A8443;
}
</style>