Shades of Killarney #527F57
Tints of Killarney #527F57
RGB
CMYK
RGB Variations
Color information
#527F57 (or 0x527F57) is known color: Killarney. HEX triplet: 52, 7F and 57. RGB value is (82,127,87). Sum of RGB (Red+Green+Blue) = 82+127+87=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #527F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F57 is #AD80A8. Grayscale: #6D6D6D. Windows color (decimal): -11370665 or 5734226. OLE color: 5734226.
HSL color Cylindrical-coordinate representation of color #527F57: hue angle of 126.67º 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 #527F57 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 87 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.50 |
| HSL | 126.67º | 0.22% | 0.41% | - |
| HSV(B) | 126.67º | 0.35% | 0.5% | - |
| XYZ | 12.79 | 17.66 | 11.75 | - |
| YUV | 108.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 87 | 0.35 | 0 | 0.31 | 0.50 | 126.67 | 0.22 | 0.41 |
| Hex | 52 | 7F | 57 | 23 | 0 | 1F | 32 | 7F | 16 | 29 |
| Octal | 122 | 177 | 127 | 43 | 0 | 37 | 62 | 177 | 26 | 51 |
| Binary | 1010010 | 1111111 | 1010111 | 100011 | 0 | 11111 | 110010 | 1111111 | 10110 | 101001 |
Color Harmonies of #527F57
Complementary color
Monochromatic Colors of #527F57
Black with #527F57
Text Example
Text Example
White with #527F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F57; }
p { color: rgb(82,127,87); }
H1.HeaderClassName
{
color: #527F57;
}
.AnyTagClassName
{
color: #527F57;
}
</style>
background-color css
<style>
a { background-color: #527F57; }
a { background-color: rgb(82,127,87); }
div.DivClassName
{
background-color: #527F57;
}
.BgClassName
{
background-color: #527F57;
}
</style>
border-color css
<style>
span { border-color: #527F57; }
span { border-color: rgb(82,127,87); }
td.TdClassName
{
border-color: #527F57;
}
.TagClassName
{
border-color: #527F57;
}
</style>