Shades of Killarney #527A59
Tints of Killarney #527A59
RGB
CMYK
RGB Variations
Color information
#527A59 (or 0x527A59) is known color: Killarney. HEX triplet: 52, 7A and 59. RGB value is (82,122,89). Sum of RGB (Red+Green+Blue) = 82+122+89=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #527A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A59 is #AD85A6. Grayscale: #6A6A6A. Windows color (decimal): -11371943 or 5864018. OLE color: 5864018.
HSL color Cylindrical-coordinate representation of color #527A59: hue angle of 130.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A59 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 89 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.52 |
| HSL | 130.5º | 0.2% | 0.4% | - |
| HSV(B) | 130.5º | 0.33% | 0.48% | - |
| XYZ | 12.24 | 16.43 | 11.98 | - |
| YUV | 106.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 89 | 0.33 | 0 | 0.27 | 0.52 | 130.5 | 0.2 | 0.4 |
| Hex | 52 | 7A | 59 | 21 | 0 | 1B | 34 | 82 | 14 | 28 |
| Octal | 122 | 172 | 131 | 41 | 0 | 33 | 64 | 202 | 24 | 50 |
| Binary | 1010010 | 1111010 | 1011001 | 100001 | 0 | 11011 | 110100 | 10000010 | 10100 | 101000 |
Color Harmonies of #527A59
Complementary color
Monochromatic Colors of #527A59
Black with #527A59
Text Example
Text Example
White with #527A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A59; }
p { color: rgb(82,122,89); }
H1.HeaderClassName
{
color: #527A59;
}
.AnyTagClassName
{
color: #527A59;
}
</style>
background-color css
<style>
a { background-color: #527A59; }
a { background-color: rgb(82,122,89); }
div.DivClassName
{
background-color: #527A59;
}
.BgClassName
{
background-color: #527A59;
}
</style>
border-color css
<style>
span { border-color: #527A59; }
span { border-color: rgb(82,122,89); }
td.TdClassName
{
border-color: #527A59;
}
.TagClassName
{
border-color: #527A59;
}
</style>