Shades of Killarney #5E7560
Tints of Killarney #5E7560
RGB
CMYK
RGB Variations
Color information
#5E7560 (or 0x5E7560) is known color: Killarney. HEX triplet: 5E, 75 and 60. RGB value is (94,117,96). Sum of RGB (Red+Green+Blue) = 94+117+96=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7560 is #A18A9F. Grayscale: #6B6B6B. Windows color (decimal): -10586784 or 6321502. OLE color: 6321502.
HSL color Cylindrical-coordinate representation of color #5E7560: hue angle of 125.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E7560 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 96 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.54 |
| HSL | 125.22º | 0.11% | 0.41% | - |
| HSV(B) | 125.22º | 0.2% | 0.46% | - |
| XYZ | 13.09 | 15.95 | 13.45 | - |
| YUV | 107.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 96 | 0.20 | 0 | 0.18 | 0.54 | 125.22 | 0.11 | 0.41 |
| Hex | 5E | 75 | 60 | 14 | 0 | 12 | 36 | 7D | B | 29 |
| Octal | 136 | 165 | 140 | 24 | 0 | 22 | 66 | 175 | 13 | 51 |
| Binary | 1011110 | 1110101 | 1100000 | 10100 | 0 | 10010 | 110110 | 1111101 | 1011 | 101001 |
Color Harmonies of #5E7560
Complementary color
Monochromatic Colors of #5E7560
Black with #5E7560
Text Example
Text Example
White with #5E7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7560; }
p { color: rgb(94,117,96); }
H1.HeaderClassName
{
color: #5E7560;
}
.AnyTagClassName
{
color: #5E7560;
}
</style>
background-color css
<style>
a { background-color: #5E7560; }
a { background-color: rgb(94,117,96); }
div.DivClassName
{
background-color: #5E7560;
}
.BgClassName
{
background-color: #5E7560;
}
</style>
border-color css
<style>
span { border-color: #5E7560; }
span { border-color: rgb(94,117,96); }
td.TdClassName
{
border-color: #5E7560;
}
.TagClassName
{
border-color: #5E7560;
}
</style>