Shades of Killarney #5A775B
Tints of Killarney #5A775B
RGB
CMYK
RGB Variations
Color information
#5A775B (or 0x5A775B) is known color: Killarney. HEX triplet: 5A, 77 and 5B. RGB value is (90,119,91). Sum of RGB (Red+Green+Blue) = 90+119+91=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #5A775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A775B is #A588A4. Grayscale: #6B6B6B. Windows color (decimal): -10848421 or 5994330. OLE color: 5994330.
HSL color Cylindrical-coordinate representation of color #5A775B: hue angle of 122.07º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A775B is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 91 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.53 |
| HSL | 122.07º | 0.14% | 0.41% | - |
| HSV(B) | 122.07º | 0.24% | 0.47% | - |
| XYZ | 12.7 | 16.12 | 12.34 | - |
| YUV | 107.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 91 | 0.24 | 0 | 0.24 | 0.53 | 122.07 | 0.14 | 0.41 |
| Hex | 5A | 77 | 5B | 18 | 0 | 18 | 35 | 7A | E | 29 |
| Octal | 132 | 167 | 133 | 30 | 0 | 30 | 65 | 172 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1011011 | 11000 | 0 | 11000 | 110101 | 1111010 | 1110 | 101001 |
Color Harmonies of #5A775B
Complementary color
Monochromatic Colors of #5A775B
Black with #5A775B
Text Example
Text Example
White with #5A775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A775B; }
p { color: rgb(90,119,91); }
H1.HeaderClassName
{
color: #5A775B;
}
.AnyTagClassName
{
color: #5A775B;
}
</style>
background-color css
<style>
a { background-color: #5A775B; }
a { background-color: rgb(90,119,91); }
div.DivClassName
{
background-color: #5A775B;
}
.BgClassName
{
background-color: #5A775B;
}
</style>
border-color css
<style>
span { border-color: #5A775B; }
span { border-color: rgb(90,119,91); }
td.TdClassName
{
border-color: #5A775B;
}
.TagClassName
{
border-color: #5A775B;
}
</style>