Shades of Killarney #527C53
Tints of Killarney #527C53
RGB
CMYK
RGB Variations
Color information
#527C53 (or 0x527C53) is known color: Killarney. HEX triplet: 52, 7C and 53. RGB value is (82,124,83). Sum of RGB (Red+Green+Blue) = 82+124+83=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #527C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C53 is #AD83AC. Grayscale: #6A6A6A. Windows color (decimal): -11371437 or 5471314. OLE color: 5471314.
HSL color Cylindrical-coordinate representation of color #527C53: hue angle of 121.43º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527C53 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 83 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.51 |
| HSL | 121.43º | 0.2% | 0.4% | - |
| HSV(B) | 121.43º | 0.34% | 0.49% | - |
| XYZ | 12.25 | 16.83 | 10.79 | - |
| YUV | 106.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 83 | 0.34 | 0 | 0.33 | 0.51 | 121.43 | 0.2 | 0.4 |
| Hex | 52 | 7C | 53 | 22 | 0 | 21 | 33 | 79 | 14 | 28 |
| Octal | 122 | 174 | 123 | 42 | 0 | 41 | 63 | 171 | 24 | 50 |
| Binary | 1010010 | 1111100 | 1010011 | 100010 | 0 | 100001 | 110011 | 1111001 | 10100 | 101000 |
Color Harmonies of #527C53
Complementary color
Monochromatic Colors of #527C53
Black with #527C53
Text Example
Text Example
White with #527C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C53; }
p { color: rgb(82,124,83); }
H1.HeaderClassName
{
color: #527C53;
}
.AnyTagClassName
{
color: #527C53;
}
</style>
background-color css
<style>
a { background-color: #527C53; }
a { background-color: rgb(82,124,83); }
div.DivClassName
{
background-color: #527C53;
}
.BgClassName
{
background-color: #527C53;
}
</style>
border-color css
<style>
span { border-color: #527C53; }
span { border-color: rgb(82,124,83); }
td.TdClassName
{
border-color: #527C53;
}
.TagClassName
{
border-color: #527C53;
}
</style>