Shades of Killarney #52825A
Tints of Killarney #52825A
RGB
CMYK
RGB Variations
Color information
#52825A (or 0x52825A) is known color: Killarney. HEX triplet: 52, 82 and 5A. RGB value is (82,130,90). Sum of RGB (Red+Green+Blue) = 82+130+90=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #52825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52825A is #AD7DA5. Grayscale: #6F6F6F. Windows color (decimal): -11369894 or 5931602. OLE color: 5931602.
HSL color Cylindrical-coordinate representation of color #52825A: hue angle of 130º 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 #52825A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 90 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.49 |
| HSL | 130º | 0.23% | 0.42% | - |
| HSV(B) | 130º | 0.37% | 0.51% | - |
| XYZ | 13.31 | 18.5 | 12.54 | - |
| YUV | 111.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 90 | 0.37 | 0 | 0.31 | 0.49 | 130 | 0.23 | 0.42 |
| Hex | 52 | 82 | 5A | 25 | 0 | 1F | 31 | 82 | 17 | 2A |
| Octal | 122 | 202 | 132 | 45 | 0 | 37 | 61 | 202 | 27 | 52 |
| Binary | 1010010 | 10000010 | 1011010 | 100101 | 0 | 11111 | 110001 | 10000010 | 10111 | 101010 |
Color Harmonies of #52825A
Complementary color
Monochromatic Colors of #52825A
Black with #52825A
Text Example
Text Example
White with #52825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52825A; }
p { color: rgb(82,130,90); }
H1.HeaderClassName
{
color: #52825A;
}
.AnyTagClassName
{
color: #52825A;
}
</style>
background-color css
<style>
a { background-color: #52825A; }
a { background-color: rgb(82,130,90); }
div.DivClassName
{
background-color: #52825A;
}
.BgClassName
{
background-color: #52825A;
}
</style>
border-color css
<style>
span { border-color: #52825A; }
span { border-color: rgb(82,130,90); }
td.TdClassName
{
border-color: #52825A;
}
.TagClassName
{
border-color: #52825A;
}
</style>