Shades of Killarney #527C50
Tints of Killarney #527C50
RGB
CMYK
RGB Variations
Color information
#527C50 (or 0x527C50) is known color: Killarney. HEX triplet: 52, 7C and 50. RGB value is (82,124,80). Sum of RGB (Red+Green+Blue) = 82+124+80=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #527C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C50 is #AD83AF. Grayscale: #6A6A6A. Windows color (decimal): -11371440 or 5274706. OLE color: 5274706.
HSL color Cylindrical-coordinate representation of color #527C50: hue angle of 117.27º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527C50 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 80 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.51 |
| HSL | 117.27º | 0.22% | 0.4% | - |
| HSV(B) | 117.27º | 0.35% | 0.49% | - |
| XYZ | 12.14 | 16.79 | 10.19 | - |
| YUV | 106.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 80 | 0.34 | 0 | 0.35 | 0.51 | 117.27 | 0.22 | 0.4 |
| Hex | 52 | 7C | 50 | 22 | 0 | 23 | 33 | 75 | 16 | 28 |
| Octal | 122 | 174 | 120 | 42 | 0 | 43 | 63 | 165 | 26 | 50 |
| Binary | 1010010 | 1111100 | 1010000 | 100010 | 0 | 100011 | 110011 | 1110101 | 10110 | 101000 |
Color Harmonies of #527C50
Complementary color
Monochromatic Colors of #527C50
Black with #527C50
Text Example
Text Example
White with #527C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C50; }
p { color: rgb(82,124,80); }
H1.HeaderClassName
{
color: #527C50;
}
.AnyTagClassName
{
color: #527C50;
}
</style>
background-color css
<style>
a { background-color: #527C50; }
a { background-color: rgb(82,124,80); }
div.DivClassName
{
background-color: #527C50;
}
.BgClassName
{
background-color: #527C50;
}
</style>
border-color css
<style>
span { border-color: #527C50; }
span { border-color: rgb(82,124,80); }
td.TdClassName
{
border-color: #527C50;
}
.TagClassName
{
border-color: #527C50;
}
</style>