Shades of Killarney #538359
Tints of Killarney #538359
RGB
CMYK
RGB Variations
Color information
#538359 (or 0x538359) is known color: Killarney. HEX triplet: 53, 83 and 59. RGB value is (83,131,89). Sum of RGB (Red+Green+Blue) = 83+131+89=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #538359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538359 is #AC7CA6. Grayscale: #6F6F6F. Windows color (decimal): -11304103 or 5866323. OLE color: 5866323.
HSL color Cylindrical-coordinate representation of color #538359: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538359 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 89 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.49 |
| HSL | 127.5º | 0.22% | 0.42% | - |
| HSV(B) | 127.5º | 0.37% | 0.51% | - |
| XYZ | 13.49 | 18.79 | 12.37 | - |
| YUV | 111.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 89 | 0.37 | 0 | 0.32 | 0.49 | 127.5 | 0.22 | 0.42 |
| Hex | 53 | 83 | 59 | 25 | 0 | 20 | 31 | 80 | 16 | 2A |
| Octal | 123 | 203 | 131 | 45 | 0 | 40 | 61 | 200 | 26 | 52 |
| Binary | 1010011 | 10000011 | 1011001 | 100101 | 0 | 100000 | 110001 | 10000000 | 10110 | 101010 |
Color Harmonies of #538359
Complementary color
Monochromatic Colors of #538359
Black with #538359
Text Example
Text Example
White with #538359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538359; }
p { color: rgb(83,131,89); }
H1.HeaderClassName
{
color: #538359;
}
.AnyTagClassName
{
color: #538359;
}
</style>
background-color css
<style>
a { background-color: #538359; }
a { background-color: rgb(83,131,89); }
div.DivClassName
{
background-color: #538359;
}
.BgClassName
{
background-color: #538359;
}
</style>
border-color css
<style>
span { border-color: #538359; }
span { border-color: rgb(83,131,89); }
td.TdClassName
{
border-color: #538359;
}
.TagClassName
{
border-color: #538359;
}
</style>