Shades of Killarney #538355
Tints of Killarney #538355
RGB
CMYK
RGB Variations
Color information
#538355 (or 0x538355) is known color: Killarney. HEX triplet: 53, 83 and 55. RGB value is (83,131,85). Sum of RGB (Red+Green+Blue) = 83+131+85=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #538355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538355 is #AC7CAA. Grayscale: #6F6F6F. Windows color (decimal): -11304107 or 5604179. OLE color: 5604179.
HSL color Cylindrical-coordinate representation of color #538355: hue angle of 122.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 #538355 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 85 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.49 |
| HSL | 122.5º | 0.22% | 0.42% | - |
| HSV(B) | 122.5º | 0.37% | 0.51% | - |
| XYZ | 13.32 | 18.73 | 11.51 | - |
| YUV | 111.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 85 | 0.37 | 0 | 0.35 | 0.49 | 122.5 | 0.22 | 0.42 |
| Hex | 53 | 83 | 55 | 25 | 0 | 23 | 31 | 7B | 16 | 2A |
| Octal | 123 | 203 | 125 | 45 | 0 | 43 | 61 | 173 | 26 | 52 |
| Binary | 1010011 | 10000011 | 1010101 | 100101 | 0 | 100011 | 110001 | 1111011 | 10110 | 101010 |
Color Harmonies of #538355
Complementary color
Monochromatic Colors of #538355
Black with #538355
Text Example
Text Example
White with #538355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538355; }
p { color: rgb(83,131,85); }
H1.HeaderClassName
{
color: #538355;
}
.AnyTagClassName
{
color: #538355;
}
</style>
background-color css
<style>
a { background-color: #538355; }
a { background-color: rgb(83,131,85); }
div.DivClassName
{
background-color: #538355;
}
.BgClassName
{
background-color: #538355;
}
</style>
border-color css
<style>
span { border-color: #538355; }
span { border-color: rgb(83,131,85); }
td.TdClassName
{
border-color: #538355;
}
.TagClassName
{
border-color: #538355;
}
</style>