Shades of Killarney #52885A
Tints of Killarney #52885A
RGB
CMYK
RGB Variations
Color information
#52885A (or 0x52885A) is known color: Killarney. HEX triplet: 52, 88 and 5A. RGB value is (82,136,90). Sum of RGB (Red+Green+Blue) = 82+136+90=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #52885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52885A is #AD77A5. Grayscale: #727272. Windows color (decimal): -11368358 or 5933138. OLE color: 5933138.
HSL color Cylindrical-coordinate representation of color #52885A: hue angle of 128.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52885A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 90 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.47 |
| HSL | 128.89º | 0.25% | 0.43% | - |
| HSV(B) | 128.89º | 0.4% | 0.53% | - |
| XYZ | 14.13 | 20.14 | 12.82 | - |
| YUV | 114.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 90 | 0.40 | 0 | 0.34 | 0.47 | 128.89 | 0.25 | 0.43 |
| Hex | 52 | 88 | 5A | 28 | 0 | 22 | 2F | 81 | 19 | 2B |
| Octal | 122 | 210 | 132 | 50 | 0 | 42 | 57 | 201 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1011010 | 101000 | 0 | 100010 | 101111 | 10000001 | 11001 | 101011 |
Color Harmonies of #52885A
Complementary color
Monochromatic Colors of #52885A
Black with #52885A
Text Example
Text Example
White with #52885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52885A; }
p { color: rgb(82,136,90); }
H1.HeaderClassName
{
color: #52885A;
}
.AnyTagClassName
{
color: #52885A;
}
</style>
background-color css
<style>
a { background-color: #52885A; }
a { background-color: rgb(82,136,90); }
div.DivClassName
{
background-color: #52885A;
}
.BgClassName
{
background-color: #52885A;
}
</style>
border-color css
<style>
span { border-color: #52885A; }
span { border-color: rgb(82,136,90); }
td.TdClassName
{
border-color: #52885A;
}
.TagClassName
{
border-color: #52885A;
}
</style>