Shades of Killarney #527D50
Tints of Killarney #527D50
RGB
CMYK
RGB Variations
Color information
#527D50 (or 0x527D50) is known color: Killarney. HEX triplet: 52, 7D and 50. RGB value is (82,125,80). Sum of RGB (Red+Green+Blue) = 82+125+80=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #527D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D50 is #AD82AF. Grayscale: #6B6B6B. Windows color (decimal): -11371184 or 5274962. OLE color: 5274962.
HSL color Cylindrical-coordinate representation of color #527D50: hue angle of 117.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #527D50 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 125 | 80 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.51 |
| HSL | 117.33º | 0.22% | 0.4% | - |
| HSV(B) | 117.33º | 0.36% | 0.49% | - |
| XYZ | 12.26 | 17.04 | 10.23 | - |
| YUV | 107.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 80 | 0.34 | 0 | 0.36 | 0.51 | 117.33 | 0.22 | 0.4 |
| Hex | 52 | 7D | 50 | 22 | 0 | 24 | 33 | 75 | 16 | 28 |
| Octal | 122 | 175 | 120 | 42 | 0 | 44 | 63 | 165 | 26 | 50 |
| Binary | 1010010 | 1111101 | 1010000 | 100010 | 0 | 100100 | 110011 | 1110101 | 10110 | 101000 |
Color Harmonies of #527D50
Complementary color
Monochromatic Colors of #527D50
Black with #527D50
Text Example
Text Example
White with #527D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527D50; }
p { color: rgb(82,125,80); }
H1.HeaderClassName
{
color: #527D50;
}
.AnyTagClassName
{
color: #527D50;
}
</style>
background-color css
<style>
a { background-color: #527D50; }
a { background-color: rgb(82,125,80); }
div.DivClassName
{
background-color: #527D50;
}
.BgClassName
{
background-color: #527D50;
}
</style>
border-color css
<style>
span { border-color: #527D50; }
span { border-color: rgb(82,125,80); }
td.TdClassName
{
border-color: #527D50;
}
.TagClassName
{
border-color: #527D50;
}
</style>