Shades of Killarney #527F55
Tints of Killarney #527F55
RGB
CMYK
RGB Variations
Color information
#527F55 (or 0x527F55) is known color: Killarney. HEX triplet: 52, 7F and 55. RGB value is (82,127,85). Sum of RGB (Red+Green+Blue) = 82+127+85=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #527F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F55 is #AD80AA. Grayscale: #6C6C6C. Windows color (decimal): -11370667 or 5603154. OLE color: 5603154.
HSL color Cylindrical-coordinate representation of color #527F55: hue angle of 124º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F55 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 85 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.50 |
| HSL | 124º | 0.22% | 0.41% | - |
| HSV(B) | 124º | 0.35% | 0.5% | - |
| XYZ | 12.71 | 17.63 | 11.33 | - |
| YUV | 108.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 85 | 0.35 | 0 | 0.33 | 0.50 | 124 | 0.22 | 0.41 |
| Hex | 52 | 7F | 55 | 23 | 0 | 21 | 32 | 7C | 16 | 29 |
| Octal | 122 | 177 | 125 | 43 | 0 | 41 | 62 | 174 | 26 | 51 |
| Binary | 1010010 | 1111111 | 1010101 | 100011 | 0 | 100001 | 110010 | 1111100 | 10110 | 101001 |
Color Harmonies of #527F55
Complementary color
Monochromatic Colors of #527F55
Black with #527F55
Text Example
Text Example
White with #527F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F55; }
p { color: rgb(82,127,85); }
H1.HeaderClassName
{
color: #527F55;
}
.AnyTagClassName
{
color: #527F55;
}
</style>
background-color css
<style>
a { background-color: #527F55; }
a { background-color: rgb(82,127,85); }
div.DivClassName
{
background-color: #527F55;
}
.BgClassName
{
background-color: #527F55;
}
</style>
border-color css
<style>
span { border-color: #527F55; }
span { border-color: rgb(82,127,85); }
td.TdClassName
{
border-color: #527F55;
}
.TagClassName
{
border-color: #527F55;
}
</style>