Shades of Killarney #537C58
Tints of Killarney #537C58
RGB
CMYK
RGB Variations
Color information
#537C58 (or 0x537C58) is known color: Killarney. HEX triplet: 53, 7C and 58. RGB value is (83,124,88). Sum of RGB (Red+Green+Blue) = 83+124+88=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #537C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C58 is #AC83A7. Grayscale: #6B6B6B. Windows color (decimal): -11305896 or 5798995. OLE color: 5798995.
HSL color Cylindrical-coordinate representation of color #537C58: hue angle of 127.32º 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 #537C58 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 88 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.51 |
| HSL | 127.32º | 0.2% | 0.41% | - |
| HSV(B) | 127.32º | 0.33% | 0.49% | - |
| XYZ | 12.54 | 16.96 | 11.85 | - |
| YUV | 107.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 88 | 0.33 | 0 | 0.29 | 0.51 | 127.32 | 0.2 | 0.41 |
| Hex | 53 | 7C | 58 | 21 | 0 | 1D | 33 | 7F | 14 | 29 |
| Octal | 123 | 174 | 130 | 41 | 0 | 35 | 63 | 177 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1011000 | 100001 | 0 | 11101 | 110011 | 1111111 | 10100 | 101001 |
Color Harmonies of #537C58
Complementary color
Monochromatic Colors of #537C58
Black with #537C58
Text Example
Text Example
White with #537C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C58; }
p { color: rgb(83,124,88); }
H1.HeaderClassName
{
color: #537C58;
}
.AnyTagClassName
{
color: #537C58;
}
</style>
background-color css
<style>
a { background-color: #537C58; }
a { background-color: rgb(83,124,88); }
div.DivClassName
{
background-color: #537C58;
}
.BgClassName
{
background-color: #537C58;
}
</style>
border-color css
<style>
span { border-color: #537C58; }
span { border-color: rgb(83,124,88); }
td.TdClassName
{
border-color: #537C58;
}
.TagClassName
{
border-color: #537C58;
}
</style>