Shades of Killarney #537A5A
Tints of Killarney #537A5A
RGB
CMYK
RGB Variations
Color information
#537A5A (or 0x537A5A) is known color: Killarney. HEX triplet: 53, 7A and 5A. RGB value is (83,122,90). Sum of RGB (Red+Green+Blue) = 83+122+90=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #537A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A5A is #AC85A5. Grayscale: #6A6A6A. Windows color (decimal): -11306406 or 5929555. OLE color: 5929555.
HSL color Cylindrical-coordinate representation of color #537A5A: hue angle of 130.77º 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 #537A5A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 90 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.52 |
| HSL | 130.77º | 0.19% | 0.4% | - |
| HSV(B) | 130.77º | 0.32% | 0.48% | - |
| XYZ | 12.37 | 16.5 | 12.2 | - |
| YUV | 106.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 90 | 0.32 | 0 | 0.26 | 0.52 | 130.77 | 0.19 | 0.4 |
| Hex | 53 | 7A | 5A | 20 | 0 | 1A | 34 | 83 | 13 | 28 |
| Octal | 123 | 172 | 132 | 40 | 0 | 32 | 64 | 203 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1011010 | 100000 | 0 | 11010 | 110100 | 10000011 | 10011 | 101000 |
Color Harmonies of #537A5A
Complementary color
Monochromatic Colors of #537A5A
Black with #537A5A
Text Example
Text Example
White with #537A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A5A; }
p { color: rgb(83,122,90); }
H1.HeaderClassName
{
color: #537A5A;
}
.AnyTagClassName
{
color: #537A5A;
}
</style>
background-color css
<style>
a { background-color: #537A5A; }
a { background-color: rgb(83,122,90); }
div.DivClassName
{
background-color: #537A5A;
}
.BgClassName
{
background-color: #537A5A;
}
</style>
border-color css
<style>
span { border-color: #537A5A; }
span { border-color: rgb(83,122,90); }
td.TdClassName
{
border-color: #537A5A;
}
.TagClassName
{
border-color: #537A5A;
}
</style>