Shades of Killarney #527F56
Tints of Killarney #527F56
RGB
CMYK
RGB Variations
Color information
#527F56 (or 0x527F56) is known color: Killarney. HEX triplet: 52, 7F and 56. RGB value is (82,127,86). Sum of RGB (Red+Green+Blue) = 82+127+86=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #527F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F56 is #AD80A9. Grayscale: #6C6C6C. Windows color (decimal): -11370666 or 5668690. OLE color: 5668690.
HSL color Cylindrical-coordinate representation of color #527F56: hue angle of 125.33º 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 #527F56 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 86 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.50 |
| HSL | 125.33º | 0.22% | 0.41% | - |
| HSV(B) | 125.33º | 0.35% | 0.5% | - |
| XYZ | 12.75 | 17.64 | 11.54 | - |
| YUV | 108.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 86 | 0.35 | 0 | 0.32 | 0.50 | 125.33 | 0.22 | 0.41 |
| Hex | 52 | 7F | 56 | 23 | 0 | 20 | 32 | 7D | 16 | 29 |
| Octal | 122 | 177 | 126 | 43 | 0 | 40 | 62 | 175 | 26 | 51 |
| Binary | 1010010 | 1111111 | 1010110 | 100011 | 0 | 100000 | 110010 | 1111101 | 10110 | 101001 |
Color Harmonies of #527F56
Complementary color
Monochromatic Colors of #527F56
Black with #527F56
Text Example
Text Example
White with #527F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F56; }
p { color: rgb(82,127,86); }
H1.HeaderClassName
{
color: #527F56;
}
.AnyTagClassName
{
color: #527F56;
}
</style>
background-color css
<style>
a { background-color: #527F56; }
a { background-color: rgb(82,127,86); }
div.DivClassName
{
background-color: #527F56;
}
.BgClassName
{
background-color: #527F56;
}
</style>
border-color css
<style>
span { border-color: #527F56; }
span { border-color: rgb(82,127,86); }
td.TdClassName
{
border-color: #527F56;
}
.TagClassName
{
border-color: #527F56;
}
</style>