Shades of Killarney #537C53
Tints of Killarney #537C53
RGB
CMYK
RGB Variations
Color information
#537C53 (or 0x537C53) is known color: Killarney. HEX triplet: 53, 7C and 53. RGB value is (83,124,83). Sum of RGB (Red+Green+Blue) = 83+124+83=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #537C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C53 is #AC83AC. Grayscale: #6B6B6B. Windows color (decimal): -11305901 or 5471315. OLE color: 5471315.
HSL color Cylindrical-coordinate representation of color #537C53: hue angle of 120º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C53 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 83 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.51 |
| HSL | 120º | 0.2% | 0.41% | - |
| HSV(B) | 120º | 0.33% | 0.49% | - |
| XYZ | 12.34 | 16.88 | 10.79 | - |
| YUV | 107.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 83 | 0.33 | 0 | 0.33 | 0.51 | 120 | 0.2 | 0.41 |
| Hex | 53 | 7C | 53 | 21 | 0 | 21 | 33 | 78 | 14 | 29 |
| Octal | 123 | 174 | 123 | 41 | 0 | 41 | 63 | 170 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1010011 | 100001 | 0 | 100001 | 110011 | 1111000 | 10100 | 101001 |
Color Harmonies of #537C53
Complementary color
Monochromatic Colors of #537C53
Black with #537C53
Text Example
Text Example
White with #537C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C53; }
p { color: rgb(83,124,83); }
H1.HeaderClassName
{
color: #537C53;
}
.AnyTagClassName
{
color: #537C53;
}
</style>
background-color css
<style>
a { background-color: #537C53; }
a { background-color: rgb(83,124,83); }
div.DivClassName
{
background-color: #537C53;
}
.BgClassName
{
background-color: #537C53;
}
</style>
border-color css
<style>
span { border-color: #537C53; }
span { border-color: rgb(83,124,83); }
td.TdClassName
{
border-color: #537C53;
}
.TagClassName
{
border-color: #537C53;
}
</style>