Shades of Killarney #537A55
Tints of Killarney #537A55
RGB
CMYK
RGB Variations
Color information
#537A55 (or 0x537A55) is known color: Killarney. HEX triplet: 53, 7A and 55. RGB value is (83,122,85). Sum of RGB (Red+Green+Blue) = 83+122+85=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #537A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A55 is #AC85AA. Grayscale: #6A6A6A. Windows color (decimal): -11306411 or 5601875. OLE color: 5601875.
HSL color Cylindrical-coordinate representation of color #537A55: hue angle of 123.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A55 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 85 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.52 |
| HSL | 123.08º | 0.19% | 0.4% | - |
| HSV(B) | 123.08º | 0.32% | 0.48% | - |
| XYZ | 12.17 | 16.41 | 11.12 | - |
| YUV | 106.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 85 | 0.32 | 0 | 0.30 | 0.52 | 123.08 | 0.19 | 0.4 |
| Hex | 53 | 7A | 55 | 20 | 0 | 1E | 34 | 7B | 13 | 28 |
| Octal | 123 | 172 | 125 | 40 | 0 | 36 | 64 | 173 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1010101 | 100000 | 0 | 11110 | 110100 | 1111011 | 10011 | 101000 |
Color Harmonies of #537A55
Complementary color
Monochromatic Colors of #537A55
Black with #537A55
Text Example
Text Example
White with #537A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A55; }
p { color: rgb(83,122,85); }
H1.HeaderClassName
{
color: #537A55;
}
.AnyTagClassName
{
color: #537A55;
}
</style>
background-color css
<style>
a { background-color: #537A55; }
a { background-color: rgb(83,122,85); }
div.DivClassName
{
background-color: #537A55;
}
.BgClassName
{
background-color: #537A55;
}
</style>
border-color css
<style>
span { border-color: #537A55; }
span { border-color: rgb(83,122,85); }
td.TdClassName
{
border-color: #537A55;
}
.TagClassName
{
border-color: #537A55;
}
</style>