Shades of Killarney #537A52
Tints of Killarney #537A52
RGB
CMYK
RGB Variations
Color information
#537A52 (or 0x537A52) is known color: Killarney. HEX triplet: 53, 7A and 52. RGB value is (83,122,82). Sum of RGB (Red+Green+Blue) = 83+122+82=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #537A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A52 is #AC85AD. Grayscale: #696969. Windows color (decimal): -11306414 or 5405267. OLE color: 5405267.
HSL color Cylindrical-coordinate representation of color #537A52: hue angle of 118.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537A52 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 82 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.52 |
| HSL | 118.5º | 0.2% | 0.4% | - |
| HSV(B) | 118.5º | 0.33% | 0.48% | - |
| XYZ | 12.05 | 16.37 | 10.51 | - |
| YUV | 105.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 82 | 0.32 | 0 | 0.33 | 0.52 | 118.5 | 0.2 | 0.4 |
| Hex | 53 | 7A | 52 | 20 | 0 | 21 | 34 | 76 | 14 | 28 |
| Octal | 123 | 172 | 122 | 40 | 0 | 41 | 64 | 166 | 24 | 50 |
| Binary | 1010011 | 1111010 | 1010010 | 100000 | 0 | 100001 | 110100 | 1110110 | 10100 | 101000 |
Color Harmonies of #537A52
Complementary color
Monochromatic Colors of #537A52
Black with #537A52
Text Example
Text Example
White with #537A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A52; }
p { color: rgb(83,122,82); }
H1.HeaderClassName
{
color: #537A52;
}
.AnyTagClassName
{
color: #537A52;
}
</style>
background-color css
<style>
a { background-color: #537A52; }
a { background-color: rgb(83,122,82); }
div.DivClassName
{
background-color: #537A52;
}
.BgClassName
{
background-color: #537A52;
}
</style>
border-color css
<style>
span { border-color: #537A52; }
span { border-color: rgb(83,122,82); }
td.TdClassName
{
border-color: #537A52;
}
.TagClassName
{
border-color: #537A52;
}
</style>