Shades of Killarney #5A765E
Tints of Killarney #5A765E
RGB
CMYK
RGB Variations
Color information
#5A765E (or 0x5A765E) is known color: Killarney. HEX triplet: 5A, 76 and 5E. RGB value is (90,118,94). Sum of RGB (Red+Green+Blue) = 90+118+94=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #5A765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A765E is #A589A1. Grayscale: #6A6A6A. Windows color (decimal): -10848674 or 6190682. OLE color: 6190682.
HSL color Cylindrical-coordinate representation of color #5A765E: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A765E is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 94 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.54 |
| HSL | 128.57º | 0.13% | 0.41% | - |
| HSV(B) | 128.57º | 0.24% | 0.46% | - |
| XYZ | 12.72 | 15.94 | 13 | - |
| YUV | 106.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 94 | 0.24 | 0 | 0.20 | 0.54 | 128.57 | 0.13 | 0.41 |
| Hex | 5A | 76 | 5E | 18 | 0 | 14 | 36 | 81 | D | 29 |
| Octal | 132 | 166 | 136 | 30 | 0 | 24 | 66 | 201 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1011110 | 11000 | 0 | 10100 | 110110 | 10000001 | 1101 | 101001 |
Color Harmonies of #5A765E
Complementary color
Monochromatic Colors of #5A765E
Black with #5A765E
Text Example
Text Example
White with #5A765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A765E; }
p { color: rgb(90,118,94); }
H1.HeaderClassName
{
color: #5A765E;
}
.AnyTagClassName
{
color: #5A765E;
}
</style>
background-color css
<style>
a { background-color: #5A765E; }
a { background-color: rgb(90,118,94); }
div.DivClassName
{
background-color: #5A765E;
}
.BgClassName
{
background-color: #5A765E;
}
</style>
border-color css
<style>
span { border-color: #5A765E; }
span { border-color: rgb(90,118,94); }
td.TdClassName
{
border-color: #5A765E;
}
.TagClassName
{
border-color: #5A765E;
}
</style>