Shades of Killarney #52835A
Tints of Killarney #52835A
RGB
CMYK
RGB Variations
Color information
#52835A (or 0x52835A) is known color: Killarney. HEX triplet: 52, 83 and 5A. RGB value is (82,131,90). Sum of RGB (Red+Green+Blue) = 82+131+90=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #52835A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52835A is #AD7CA5. Grayscale: #6F6F6F. Windows color (decimal): -11369638 or 5931858. OLE color: 5931858.
HSL color Cylindrical-coordinate representation of color #52835A: hue angle of 129.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52835A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 131 | 90 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.49 |
| HSL | 129.8º | 0.23% | 0.42% | - |
| HSV(B) | 129.8º | 0.37% | 0.51% | - |
| XYZ | 13.44 | 18.76 | 12.59 | - |
| YUV | 111.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 90 | 0.37 | 0 | 0.31 | 0.49 | 129.8 | 0.23 | 0.42 |
| Hex | 52 | 83 | 5A | 25 | 0 | 1F | 31 | 82 | 17 | 2A |
| Octal | 122 | 203 | 132 | 45 | 0 | 37 | 61 | 202 | 27 | 52 |
| Binary | 1010010 | 10000011 | 1011010 | 100101 | 0 | 11111 | 110001 | 10000010 | 10111 | 101010 |
Color Harmonies of #52835A
Complementary color
Monochromatic Colors of #52835A
Black with #52835A
Text Example
Text Example
White with #52835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52835A; }
p { color: rgb(82,131,90); }
H1.HeaderClassName
{
color: #52835A;
}
.AnyTagClassName
{
color: #52835A;
}
</style>
background-color css
<style>
a { background-color: #52835A; }
a { background-color: rgb(82,131,90); }
div.DivClassName
{
background-color: #52835A;
}
.BgClassName
{
background-color: #52835A;
}
</style>
border-color css
<style>
span { border-color: #52835A; }
span { border-color: rgb(82,131,90); }
td.TdClassName
{
border-color: #52835A;
}
.TagClassName
{
border-color: #52835A;
}
</style>