Shades of Killarney #5A745E
Tints of Killarney #5A745E
RGB
CMYK
RGB Variations
Color information
#5A745E (or 0x5A745E) is known color: Killarney. HEX triplet: 5A, 74 and 5E. RGB value is (90,116,94). Sum of RGB (Red+Green+Blue) = 90+116+94=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #5A745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A745E is #A58BA1. Grayscale: #696969. Windows color (decimal): -10849186 or 6190170. OLE color: 6190170.
HSL color Cylindrical-coordinate representation of color #5A745E: hue angle of 129.23º degrees, saturation: 0.13, 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 #5A745E is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 94 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.55 |
| HSL | 129.23º | 0.13% | 0.4% | - |
| HSV(B) | 129.23º | 0.22% | 0.45% | - |
| XYZ | 12.48 | 15.47 | 12.92 | - |
| YUV | 105.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 94 | 0.22 | 0 | 0.19 | 0.55 | 129.23 | 0.13 | 0.4 |
| Hex | 5A | 74 | 5E | 16 | 0 | 13 | 37 | 81 | D | 28 |
| Octal | 132 | 164 | 136 | 26 | 0 | 23 | 67 | 201 | 15 | 50 |
| Binary | 1011010 | 1110100 | 1011110 | 10110 | 0 | 10011 | 110111 | 10000001 | 1101 | 101000 |
Color Harmonies of #5A745E
Complementary color
Monochromatic Colors of #5A745E
Black with #5A745E
Text Example
Text Example
White with #5A745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A745E; }
p { color: rgb(90,116,94); }
H1.HeaderClassName
{
color: #5A745E;
}
.AnyTagClassName
{
color: #5A745E;
}
</style>
background-color css
<style>
a { background-color: #5A745E; }
a { background-color: rgb(90,116,94); }
div.DivClassName
{
background-color: #5A745E;
}
.BgClassName
{
background-color: #5A745E;
}
</style>
border-color css
<style>
span { border-color: #5A745E; }
span { border-color: rgb(90,116,94); }
td.TdClassName
{
border-color: #5A745E;
}
.TagClassName
{
border-color: #5A745E;
}
</style>