Shades of Killarney #526E52
Tints of Killarney #526E52
RGB
CMYK
RGB Variations
Color information
#526E52 (or 0x526E52) is known color: Killarney. HEX triplet: 52, 6E and 52. RGB value is (82,110,82). Sum of RGB (Red+Green+Blue) = 82+110+82=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #526E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E52 is #AD91AD. Grayscale: #626262. Windows color (decimal): -11375022 or 5402194. OLE color: 5402194.
HSL color Cylindrical-coordinate representation of color #526E52: hue angle of 120º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526E52 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 82 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.57 |
| HSL | 120º | 0.15% | 0.38% | - |
| HSV(B) | 120º | 0.25% | 0.43% | - |
| XYZ | 10.58 | 13.55 | 10.04 | - |
| YUV | 98.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 82 | 0.25 | 0 | 0.25 | 0.57 | 120 | 0.15 | 0.38 |
| Hex | 52 | 6E | 52 | 19 | 0 | 19 | 39 | 78 | F | 26 |
| Octal | 122 | 156 | 122 | 31 | 0 | 31 | 71 | 170 | 17 | 46 |
| Binary | 1010010 | 1101110 | 1010010 | 11001 | 0 | 11001 | 111001 | 1111000 | 1111 | 100110 |
Color Harmonies of #526E52
Complementary color
Monochromatic Colors of #526E52
Black with #526E52
Text Example
Text Example
White with #526E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E52; }
p { color: rgb(82,110,82); }
H1.HeaderClassName
{
color: #526E52;
}
.AnyTagClassName
{
color: #526E52;
}
</style>
background-color css
<style>
a { background-color: #526E52; }
a { background-color: rgb(82,110,82); }
div.DivClassName
{
background-color: #526E52;
}
.BgClassName
{
background-color: #526E52;
}
</style>
border-color css
<style>
span { border-color: #526E52; }
span { border-color: rgb(82,110,82); }
td.TdClassName
{
border-color: #526E52;
}
.TagClassName
{
border-color: #526E52;
}
</style>