Shades of Killarney #5A775E
Tints of Killarney #5A775E
RGB
CMYK
RGB Variations
Color information
#5A775E (or 0x5A775E) is known color: Killarney. HEX triplet: 5A, 77 and 5E. RGB value is (90,119,94). Sum of RGB (Red+Green+Blue) = 90+119+94=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #5A775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A775E is #A588A1. Grayscale: #6B6B6B. Windows color (decimal): -10848418 or 6190938. OLE color: 6190938.
HSL color Cylindrical-coordinate representation of color #5A775E: hue angle of 128.28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A775E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 94 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.53 |
| HSL | 128.28º | 0.14% | 0.41% | - |
| HSV(B) | 128.28º | 0.24% | 0.47% | - |
| XYZ | 12.83 | 16.18 | 13.04 | - |
| YUV | 107.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 94 | 0.24 | 0 | 0.21 | 0.53 | 128.28 | 0.14 | 0.41 |
| Hex | 5A | 77 | 5E | 18 | 0 | 15 | 35 | 80 | E | 29 |
| Octal | 132 | 167 | 136 | 30 | 0 | 25 | 65 | 200 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1011110 | 11000 | 0 | 10101 | 110101 | 10000000 | 1110 | 101001 |
Color Harmonies of #5A775E
Complementary color
Monochromatic Colors of #5A775E
Black with #5A775E
Text Example
Text Example
White with #5A775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A775E; }
p { color: rgb(90,119,94); }
H1.HeaderClassName
{
color: #5A775E;
}
.AnyTagClassName
{
color: #5A775E;
}
</style>
background-color css
<style>
a { background-color: #5A775E; }
a { background-color: rgb(90,119,94); }
div.DivClassName
{
background-color: #5A775E;
}
.BgClassName
{
background-color: #5A775E;
}
</style>
border-color css
<style>
span { border-color: #5A775E; }
span { border-color: rgb(90,119,94); }
td.TdClassName
{
border-color: #5A775E;
}
.TagClassName
{
border-color: #5A775E;
}
</style>