Shades of Killarney #537F5A
Tints of Killarney #537F5A
RGB
CMYK
RGB Variations
Color information
#537F5A (or 0x537F5A) is known color: Killarney. HEX triplet: 53, 7F and 5A. RGB value is (83,127,90). Sum of RGB (Red+Green+Blue) = 83+127+90=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #537F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F5A is #AC80A5. Grayscale: #6D6D6D. Windows color (decimal): -11305126 or 5930835. OLE color: 5930835.
HSL color Cylindrical-coordinate representation of color #537F5A: hue angle of 129.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537F5A is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 90 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.50 |
| HSL | 129.55º | 0.21% | 0.41% | - |
| HSV(B) | 129.55º | 0.35% | 0.5% | - |
| XYZ | 13 | 17.76 | 12.41 | - |
| YUV | 109.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 90 | 0.35 | 0 | 0.29 | 0.50 | 129.55 | 0.21 | 0.41 |
| Hex | 53 | 7F | 5A | 23 | 0 | 1D | 32 | 82 | 15 | 29 |
| Octal | 123 | 177 | 132 | 43 | 0 | 35 | 62 | 202 | 25 | 51 |
| Binary | 1010011 | 1111111 | 1011010 | 100011 | 0 | 11101 | 110010 | 10000010 | 10101 | 101001 |
Color Harmonies of #537F5A
Complementary color
Monochromatic Colors of #537F5A
Black with #537F5A
Text Example
Text Example
White with #537F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F5A; }
p { color: rgb(83,127,90); }
H1.HeaderClassName
{
color: #537F5A;
}
.AnyTagClassName
{
color: #537F5A;
}
</style>
background-color css
<style>
a { background-color: #537F5A; }
a { background-color: rgb(83,127,90); }
div.DivClassName
{
background-color: #537F5A;
}
.BgClassName
{
background-color: #537F5A;
}
</style>
border-color css
<style>
span { border-color: #537F5A; }
span { border-color: rgb(83,127,90); }
td.TdClassName
{
border-color: #537F5A;
}
.TagClassName
{
border-color: #537F5A;
}
</style>