Shades of Killarney #5A715C
Tints of Killarney #5A715C
RGB
CMYK
RGB Variations
Color information
#5A715C (or 0x5A715C) is known color: Killarney. HEX triplet: 5A, 71 and 5C. RGB value is (90,113,92). Sum of RGB (Red+Green+Blue) = 90+113+92=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #5A715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A715C is #A58EA3. Grayscale: #676767. Windows color (decimal): -10849956 or 6058330. OLE color: 6058330.
HSL color Cylindrical-coordinate representation of color #5A715C: hue angle of 125.22º 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 #5A715C is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 92 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.56 |
| HSL | 125.22º | 0.11% | 0.4% | - |
| HSV(B) | 125.22º | 0.2% | 0.44% | - |
| XYZ | 12.05 | 14.76 | 12.34 | - |
| YUV | 103.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 92 | 0.20 | 0 | 0.19 | 0.56 | 125.22 | 0.11 | 0.4 |
| Hex | 5A | 71 | 5C | 14 | 0 | 13 | 38 | 7D | B | 28 |
| Octal | 132 | 161 | 134 | 24 | 0 | 23 | 70 | 175 | 13 | 50 |
| Binary | 1011010 | 1110001 | 1011100 | 10100 | 0 | 10011 | 111000 | 1111101 | 1011 | 101000 |
Color Harmonies of #5A715C
Complementary color
Monochromatic Colors of #5A715C
Black with #5A715C
Text Example
Text Example
White with #5A715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A715C; }
p { color: rgb(90,113,92); }
H1.HeaderClassName
{
color: #5A715C;
}
.AnyTagClassName
{
color: #5A715C;
}
</style>
background-color css
<style>
a { background-color: #5A715C; }
a { background-color: rgb(90,113,92); }
div.DivClassName
{
background-color: #5A715C;
}
.BgClassName
{
background-color: #5A715C;
}
</style>
border-color css
<style>
span { border-color: #5A715C; }
span { border-color: rgb(90,113,92); }
td.TdClassName
{
border-color: #5A715C;
}
.TagClassName
{
border-color: #5A715C;
}
</style>