Shades of Killarney #5A785E
Tints of Killarney #5A785E
RGB
CMYK
RGB Variations
Color information
#5A785E (or 0x5A785E) is known color: Killarney. HEX triplet: 5A, 78 and 5E. RGB value is (90,120,94). Sum of RGB (Red+Green+Blue) = 90+120+94=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #5A785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A785E is #A587A1. Grayscale: #6C6C6C. Windows color (decimal): -10848162 or 6191194. OLE color: 6191194.
HSL color Cylindrical-coordinate representation of color #5A785E: hue angle of 128º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A785E is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 94 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.53 |
| HSL | 128º | 0.14% | 0.41% | - |
| HSV(B) | 128º | 0.25% | 0.47% | - |
| XYZ | 12.95 | 16.41 | 13.08 | - |
| YUV | 108.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 94 | 0.25 | 0 | 0.22 | 0.53 | 128 | 0.14 | 0.41 |
| Hex | 5A | 78 | 5E | 19 | 0 | 16 | 35 | 80 | E | 29 |
| Octal | 132 | 170 | 136 | 31 | 0 | 26 | 65 | 200 | 16 | 51 |
| Binary | 1011010 | 1111000 | 1011110 | 11001 | 0 | 10110 | 110101 | 10000000 | 1110 | 101001 |
Color Harmonies of #5A785E
Complementary color
Monochromatic Colors of #5A785E
Black with #5A785E
Text Example
Text Example
White with #5A785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A785E; }
p { color: rgb(90,120,94); }
H1.HeaderClassName
{
color: #5A785E;
}
.AnyTagClassName
{
color: #5A785E;
}
</style>
background-color css
<style>
a { background-color: #5A785E; }
a { background-color: rgb(90,120,94); }
div.DivClassName
{
background-color: #5A785E;
}
.BgClassName
{
background-color: #5A785E;
}
</style>
border-color css
<style>
span { border-color: #5A785E; }
span { border-color: rgb(90,120,94); }
td.TdClassName
{
border-color: #5A785E;
}
.TagClassName
{
border-color: #5A785E;
}
</style>