Shades of Killarney #5A715B
Tints of Killarney #5A715B
RGB
CMYK
RGB Variations
Color information
#5A715B (or 0x5A715B) is known color: Killarney. HEX triplet: 5A, 71 and 5B. RGB value is (90,113,91). Sum of RGB (Red+Green+Blue) = 90+113+91=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #5A715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A715B is #A58EA4. Grayscale: #676767. Windows color (decimal): -10849957 or 5992794. OLE color: 5992794.
HSL color Cylindrical-coordinate representation of color #5A715B: hue angle of 122.61º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A715B is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 91 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.56 |
| HSL | 122.61º | 0.11% | 0.4% | - |
| HSV(B) | 122.61º | 0.2% | 0.44% | - |
| XYZ | 12.01 | 14.74 | 12.11 | - |
| YUV | 103.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 91 | 0.20 | 0 | 0.19 | 0.56 | 122.61 | 0.11 | 0.4 |
| Hex | 5A | 71 | 5B | 14 | 0 | 13 | 38 | 7B | B | 28 |
| Octal | 132 | 161 | 133 | 24 | 0 | 23 | 70 | 173 | 13 | 50 |
| Binary | 1011010 | 1110001 | 1011011 | 10100 | 0 | 10011 | 111000 | 1111011 | 1011 | 101000 |
Color Harmonies of #5A715B
Complementary color
Monochromatic Colors of #5A715B
Black with #5A715B
Text Example
Text Example
White with #5A715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A715B; }
p { color: rgb(90,113,91); }
H1.HeaderClassName
{
color: #5A715B;
}
.AnyTagClassName
{
color: #5A715B;
}
</style>
background-color css
<style>
a { background-color: #5A715B; }
a { background-color: rgb(90,113,91); }
div.DivClassName
{
background-color: #5A715B;
}
.BgClassName
{
background-color: #5A715B;
}
</style>
border-color css
<style>
span { border-color: #5A715B; }
span { border-color: rgb(90,113,91); }
td.TdClassName
{
border-color: #5A715B;
}
.TagClassName
{
border-color: #5A715B;
}
</style>