Shades of Killarney #537A58
Tints of Killarney #537A58
RGB
CMYK
RGB Variations
Color information
#537A58 (or 0x537A58) is known color: Killarney. HEX triplet: 53, 7A and 58. RGB value is (83,122,88). Sum of RGB (Red+Green+Blue) = 83+122+88=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #537A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A58 is #AC85A7. Grayscale: #6A6A6A. Windows color (decimal): -11306408 or 5798483. OLE color: 5798483.
HSL color Cylindrical-coordinate representation of color #537A58: hue angle of 127.69º 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 #537A58 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 88 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.52 |
| HSL | 127.69º | 0.19% | 0.4% | - |
| HSV(B) | 127.69º | 0.32% | 0.48% | - |
| XYZ | 12.29 | 16.46 | 11.76 | - |
| YUV | 106.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 88 | 0.32 | 0 | 0.28 | 0.52 | 127.69 | 0.19 | 0.4 |
| Hex | 53 | 7A | 58 | 20 | 0 | 1C | 34 | 80 | 13 | 28 |
| Octal | 123 | 172 | 130 | 40 | 0 | 34 | 64 | 200 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1011000 | 100000 | 0 | 11100 | 110100 | 10000000 | 10011 | 101000 |
Color Harmonies of #537A58
Complementary color
Monochromatic Colors of #537A58
Black with #537A58
Text Example
Text Example
White with #537A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A58; }
p { color: rgb(83,122,88); }
H1.HeaderClassName
{
color: #537A58;
}
.AnyTagClassName
{
color: #537A58;
}
</style>
background-color css
<style>
a { background-color: #537A58; }
a { background-color: rgb(83,122,88); }
div.DivClassName
{
background-color: #537A58;
}
.BgClassName
{
background-color: #537A58;
}
</style>
border-color css
<style>
span { border-color: #537A58; }
span { border-color: rgb(83,122,88); }
td.TdClassName
{
border-color: #537A58;
}
.TagClassName
{
border-color: #537A58;
}
</style>