Shades of Killarney #5A765C
Tints of Killarney #5A765C
RGB
CMYK
RGB Variations
Color information
#5A765C (or 0x5A765C) is known color: Killarney. HEX triplet: 5A, 76 and 5C. RGB value is (90,118,92). Sum of RGB (Red+Green+Blue) = 90+118+92=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #5A765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A765C is #A589A3. Grayscale: #6A6A6A. Windows color (decimal): -10848676 or 6059610. OLE color: 6059610.
HSL color Cylindrical-coordinate representation of color #5A765C: hue angle of 124.29º 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 #5A765C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 92 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.54 |
| HSL | 124.29º | 0.13% | 0.41% | - |
| HSV(B) | 124.29º | 0.24% | 0.46% | - |
| XYZ | 12.63 | 15.9 | 12.53 | - |
| YUV | 106.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 92 | 0.24 | 0 | 0.22 | 0.54 | 124.29 | 0.13 | 0.41 |
| Hex | 5A | 76 | 5C | 18 | 0 | 16 | 36 | 7C | D | 29 |
| Octal | 132 | 166 | 134 | 30 | 0 | 26 | 66 | 174 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1011100 | 11000 | 0 | 10110 | 110110 | 1111100 | 1101 | 101001 |
Color Harmonies of #5A765C
Complementary color
Monochromatic Colors of #5A765C
Black with #5A765C
Text Example
Text Example
White with #5A765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A765C; }
p { color: rgb(90,118,92); }
H1.HeaderClassName
{
color: #5A765C;
}
.AnyTagClassName
{
color: #5A765C;
}
</style>
background-color css
<style>
a { background-color: #5A765C; }
a { background-color: rgb(90,118,92); }
div.DivClassName
{
background-color: #5A765C;
}
.BgClassName
{
background-color: #5A765C;
}
</style>
border-color css
<style>
span { border-color: #5A765C; }
span { border-color: rgb(90,118,92); }
td.TdClassName
{
border-color: #5A765C;
}
.TagClassName
{
border-color: #5A765C;
}
</style>