Shades of Killarney #5A755D
Tints of Killarney #5A755D
RGB
CMYK
RGB Variations
Color information
#5A755D (or 0x5A755D) is known color: Killarney. HEX triplet: 5A, 75 and 5D. RGB value is (90,117,93). Sum of RGB (Red+Green+Blue) = 90+117+93=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #5A755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A755D is #A58AA2. Grayscale: #6A6A6A. Windows color (decimal): -10848931 or 6124890. OLE color: 6124890.
HSL color Cylindrical-coordinate representation of color #5A755D: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A755D is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 93 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.54 |
| HSL | 126.67º | 0.13% | 0.41% | - |
| HSV(B) | 126.67º | 0.23% | 0.46% | - |
| XYZ | 12.55 | 15.69 | 12.72 | - |
| YUV | 106.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 93 | 0.23 | 0 | 0.21 | 0.54 | 126.67 | 0.13 | 0.41 |
| Hex | 5A | 75 | 5D | 17 | 0 | 15 | 36 | 7F | D | 29 |
| Octal | 132 | 165 | 135 | 27 | 0 | 25 | 66 | 177 | 15 | 51 |
| Binary | 1011010 | 1110101 | 1011101 | 10111 | 0 | 10101 | 110110 | 1111111 | 1101 | 101001 |
Color Harmonies of #5A755D
Complementary color
Monochromatic Colors of #5A755D
Black with #5A755D
Text Example
Text Example
White with #5A755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A755D; }
p { color: rgb(90,117,93); }
H1.HeaderClassName
{
color: #5A755D;
}
.AnyTagClassName
{
color: #5A755D;
}
</style>
background-color css
<style>
a { background-color: #5A755D; }
a { background-color: rgb(90,117,93); }
div.DivClassName
{
background-color: #5A755D;
}
.BgClassName
{
background-color: #5A755D;
}
</style>
border-color css
<style>
span { border-color: #5A755D; }
span { border-color: rgb(90,117,93); }
td.TdClassName
{
border-color: #5A755D;
}
.TagClassName
{
border-color: #5A755D;
}
</style>