Shades of Christi #59A505
Tints of Christi #59A505
RGB
CMYK
RGB Variations
Color information
#59A505 (or 0x59A505) is known color: Christi. HEX triplet: 59, A5 and 05. RGB value is (89,165,5). Sum of RGB (Red+Green+Blue) = 89+165+5=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 165 (64.84% from 255 or 63.71% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 165 - color contains mainly: green. Hex color #59A505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A505 is #A65AFA. Grayscale: #7C7C7C. Windows color (decimal): -10902267 or 370009. OLE color: 370009.
HSL color Cylindrical-coordinate representation of color #59A505: hue angle of 88.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59A505 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 165 | 5 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.35 |
| HSL | 88.5º | 0.94% | 0.33% | - |
| HSV(B) | 88.5º | 0.97% | 0.65% | - |
| XYZ | 17.6 | 29.05 | 4.82 | - |
| YUV | 124.04 | 60.82 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 165 | 5 | 0.46 | 0 | 0.97 | 0.35 | 88.5 | 0.94 | 0.33 |
| Hex | 59 | A5 | 5 | 2E | 0 | 61 | 23 | 58 | 5E | 21 |
| Octal | 131 | 245 | 5 | 56 | 0 | 141 | 43 | 130 | 136 | 41 |
| Binary | 1011001 | 10100101 | 101 | 101110 | 0 | 1100001 | 100011 | 1011000 | 1011110 | 100001 |
Color Harmonies of #59A505
Complementary color
Monochromatic Colors of #59A505
Black with #59A505
Text Example
Text Example
White with #59A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A505; }
p { color: rgb(89,165,5); }
H1.HeaderClassName
{
color: #59A505;
}
.AnyTagClassName
{
color: #59A505;
}
</style>
background-color css
<style>
a { background-color: #59A505; }
a { background-color: rgb(89,165,5); }
div.DivClassName
{
background-color: #59A505;
}
.BgClassName
{
background-color: #59A505;
}
</style>
border-color css
<style>
span { border-color: #59A505; }
span { border-color: rgb(89,165,5); }
td.TdClassName
{
border-color: #59A505;
}
.TagClassName
{
border-color: #59A505;
}
</style>