Shades of Killarney #537B53
Tints of Killarney #537B53
RGB
CMYK
RGB Variations
Color information
#537B53 (or 0x537B53) is known color: Killarney. HEX triplet: 53, 7B and 53. RGB value is (83,123,83). Sum of RGB (Red+Green+Blue) = 83+123+83=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #537B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B53 is #AC84AC. Grayscale: #6A6A6A. Windows color (decimal): -11306157 or 5471059. OLE color: 5471059.
HSL color Cylindrical-coordinate representation of color #537B53: hue angle of 120º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537B53 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 123 | 83 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.52 |
| HSL | 120º | 0.19% | 0.4% | - |
| HSV(B) | 120º | 0.33% | 0.48% | - |
| XYZ | 12.21 | 16.63 | 10.75 | - |
| YUV | 106.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 83 | 0.33 | 0 | 0.33 | 0.52 | 120 | 0.19 | 0.4 |
| Hex | 53 | 7B | 53 | 21 | 0 | 21 | 34 | 78 | 13 | 28 |
| Octal | 123 | 173 | 123 | 41 | 0 | 41 | 64 | 170 | 23 | 50 |
| Binary | 1010011 | 1111011 | 1010011 | 100001 | 0 | 100001 | 110100 | 1111000 | 10011 | 101000 |
Color Harmonies of #537B53
Complementary color
Monochromatic Colors of #537B53
Black with #537B53
Text Example
Text Example
White with #537B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B53; }
p { color: rgb(83,123,83); }
H1.HeaderClassName
{
color: #537B53;
}
.AnyTagClassName
{
color: #537B53;
}
</style>
background-color css
<style>
a { background-color: #537B53; }
a { background-color: rgb(83,123,83); }
div.DivClassName
{
background-color: #537B53;
}
.BgClassName
{
background-color: #537B53;
}
</style>
border-color css
<style>
span { border-color: #537B53; }
span { border-color: rgb(83,123,83); }
td.TdClassName
{
border-color: #537B53;
}
.TagClassName
{
border-color: #537B53;
}
</style>