Shades of Killarney #5A735B
Tints of Killarney #5A735B
RGB
CMYK
RGB Variations
Color information
#5A735B (or 0x5A735B) is known color: Killarney. HEX triplet: 5A, 73 and 5B. RGB value is (90,115,91). Sum of RGB (Red+Green+Blue) = 90+115+91=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #5A735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A735B is #A58CA4. Grayscale: #686868. Windows color (decimal): -10849445 or 5993306. OLE color: 5993306.
HSL color Cylindrical-coordinate representation of color #5A735B: hue angle of 122.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A735B is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 91 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.55 |
| HSL | 122.4º | 0.12% | 0.4% | - |
| HSV(B) | 122.4º | 0.22% | 0.45% | - |
| XYZ | 12.24 | 15.19 | 12.18 | - |
| YUV | 104.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 91 | 0.22 | 0 | 0.21 | 0.55 | 122.4 | 0.12 | 0.4 |
| Hex | 5A | 73 | 5B | 16 | 0 | 15 | 37 | 7A | C | 28 |
| Octal | 132 | 163 | 133 | 26 | 0 | 25 | 67 | 172 | 14 | 50 |
| Binary | 1011010 | 1110011 | 1011011 | 10110 | 0 | 10101 | 110111 | 1111010 | 1100 | 101000 |
Color Harmonies of #5A735B
Complementary color
Monochromatic Colors of #5A735B
Black with #5A735B
Text Example
Text Example
White with #5A735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A735B; }
p { color: rgb(90,115,91); }
H1.HeaderClassName
{
color: #5A735B;
}
.AnyTagClassName
{
color: #5A735B;
}
</style>
background-color css
<style>
a { background-color: #5A735B; }
a { background-color: rgb(90,115,91); }
div.DivClassName
{
background-color: #5A735B;
}
.BgClassName
{
background-color: #5A735B;
}
</style>
border-color css
<style>
span { border-color: #5A735B; }
span { border-color: rgb(90,115,91); }
td.TdClassName
{
border-color: #5A735B;
}
.TagClassName
{
border-color: #5A735B;
}
</style>