Shades of Killarney #526E56
Tints of Killarney #526E56
RGB
CMYK
RGB Variations
Color information
#526E56 (or 0x526E56) is known color: Killarney. HEX triplet: 52, 6E and 56. RGB value is (82,110,86). Sum of RGB (Red+Green+Blue) = 82+110+86=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 110 - color contains mainly: green. Hex color #526E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E56 is #AD91A9. Grayscale: #626262. Windows color (decimal): -11375018 or 5664338. OLE color: 5664338.
HSL color Cylindrical-coordinate representation of color #526E56: hue angle of 128.57º 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 #526E56 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 86 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.57 |
| HSL | 128.57º | 0.15% | 0.38% | - |
| HSV(B) | 128.57º | 0.25% | 0.43% | - |
| XYZ | 10.74 | 13.62 | 10.87 | - |
| YUV | 98.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 86 | 0.25 | 0 | 0.22 | 0.57 | 128.57 | 0.15 | 0.38 |
| Hex | 52 | 6E | 56 | 19 | 0 | 16 | 39 | 81 | F | 26 |
| Octal | 122 | 156 | 126 | 31 | 0 | 26 | 71 | 201 | 17 | 46 |
| Binary | 1010010 | 1101110 | 1010110 | 11001 | 0 | 10110 | 111001 | 10000001 | 1111 | 100110 |
Color Harmonies of #526E56
Complementary color
Monochromatic Colors of #526E56
Black with #526E56
Text Example
Text Example
White with #526E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E56; }
p { color: rgb(82,110,86); }
H1.HeaderClassName
{
color: #526E56;
}
.AnyTagClassName
{
color: #526E56;
}
</style>
background-color css
<style>
a { background-color: #526E56; }
a { background-color: rgb(82,110,86); }
div.DivClassName
{
background-color: #526E56;
}
.BgClassName
{
background-color: #526E56;
}
</style>
border-color css
<style>
span { border-color: #526E56; }
span { border-color: rgb(82,110,86); }
td.TdClassName
{
border-color: #526E56;
}
.TagClassName
{
border-color: #526E56;
}
</style>