Shades of Killarney #527A55
Tints of Killarney #527A55
RGB
CMYK
RGB Variations
Color information
#527A55 (or 0x527A55) is known color: Killarney. HEX triplet: 52, 7A and 55. RGB value is (82,122,85). Sum of RGB (Red+Green+Blue) = 82+122+85=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #527A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A55 is #AD85AA. Grayscale: #696969. Windows color (decimal): -11371947 or 5601874. OLE color: 5601874.
HSL color Cylindrical-coordinate representation of color #527A55: hue angle of 124.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 #527A55 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 85 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.52 |
| HSL | 124.5º | 0.2% | 0.4% | - |
| HSV(B) | 124.5º | 0.33% | 0.48% | - |
| XYZ | 12.08 | 16.37 | 11.12 | - |
| YUV | 105.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 85 | 0.33 | 0 | 0.30 | 0.52 | 124.5 | 0.2 | 0.4 |
| Hex | 52 | 7A | 55 | 21 | 0 | 1E | 34 | 7C | 14 | 28 |
| Octal | 122 | 172 | 125 | 41 | 0 | 36 | 64 | 174 | 24 | 50 |
| Binary | 1010010 | 1111010 | 1010101 | 100001 | 0 | 11110 | 110100 | 1111100 | 10100 | 101000 |
Color Harmonies of #527A55
Complementary color
Monochromatic Colors of #527A55
Black with #527A55
Text Example
Text Example
White with #527A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A55; }
p { color: rgb(82,122,85); }
H1.HeaderClassName
{
color: #527A55;
}
.AnyTagClassName
{
color: #527A55;
}
</style>
background-color css
<style>
a { background-color: #527A55; }
a { background-color: rgb(82,122,85); }
div.DivClassName
{
background-color: #527A55;
}
.BgClassName
{
background-color: #527A55;
}
</style>
border-color css
<style>
span { border-color: #527A55; }
span { border-color: rgb(82,122,85); }
td.TdClassName
{
border-color: #527A55;
}
.TagClassName
{
border-color: #527A55;
}
</style>