Shades of Killarney #52845A
Tints of Killarney #52845A
RGB
CMYK
RGB Variations
Color information
#52845A (or 0x52845A) is known color: Killarney. HEX triplet: 52, 84 and 5A. RGB value is (82,132,90). Sum of RGB (Red+Green+Blue) = 82+132+90=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #52845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52845A is #AD7BA5. Grayscale: #707070. Windows color (decimal): -11369382 or 5932114. OLE color: 5932114.
HSL color Cylindrical-coordinate representation of color #52845A: hue angle of 129.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52845A is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 132 | 90 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.48 |
| HSL | 129.6º | 0.23% | 0.42% | - |
| HSV(B) | 129.6º | 0.38% | 0.52% | - |
| XYZ | 13.58 | 19.03 | 12.63 | - |
| YUV | 112.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 90 | 0.38 | 0 | 0.32 | 0.48 | 129.6 | 0.23 | 0.42 |
| Hex | 52 | 84 | 5A | 26 | 0 | 20 | 30 | 82 | 17 | 2A |
| Octal | 122 | 204 | 132 | 46 | 0 | 40 | 60 | 202 | 27 | 52 |
| Binary | 1010010 | 10000100 | 1011010 | 100110 | 0 | 100000 | 110000 | 10000010 | 10111 | 101010 |
Color Harmonies of #52845A
Complementary color
Monochromatic Colors of #52845A
Black with #52845A
Text Example
Text Example
White with #52845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52845A; }
p { color: rgb(82,132,90); }
H1.HeaderClassName
{
color: #52845A;
}
.AnyTagClassName
{
color: #52845A;
}
</style>
background-color css
<style>
a { background-color: #52845A; }
a { background-color: rgb(82,132,90); }
div.DivClassName
{
background-color: #52845A;
}
.BgClassName
{
background-color: #52845A;
}
</style>
border-color css
<style>
span { border-color: #52845A; }
span { border-color: rgb(82,132,90); }
td.TdClassName
{
border-color: #52845A;
}
.TagClassName
{
border-color: #52845A;
}
</style>