Shades of Killarney #538255
Tints of Killarney #538255
RGB
CMYK
RGB Variations
Color information
#538255 (or 0x538255) is known color: Killarney. HEX triplet: 53, 82 and 55. RGB value is (83,130,85). Sum of RGB (Red+Green+Blue) = 83+130+85=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #538255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538255 is #AC7DAA. Grayscale: #6E6E6E. Windows color (decimal): -11304363 or 5603923. OLE color: 5603923.
HSL color Cylindrical-coordinate representation of color #538255: hue angle of 122.55º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538255 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 85 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.49 |
| HSL | 122.55º | 0.22% | 0.42% | - |
| HSV(B) | 122.55º | 0.36% | 0.51% | - |
| XYZ | 13.19 | 18.46 | 11.46 | - |
| YUV | 110.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 85 | 0.36 | 0 | 0.35 | 0.49 | 122.55 | 0.22 | 0.42 |
| Hex | 53 | 82 | 55 | 24 | 0 | 23 | 31 | 7B | 16 | 2A |
| Octal | 123 | 202 | 125 | 44 | 0 | 43 | 61 | 173 | 26 | 52 |
| Binary | 1010011 | 10000010 | 1010101 | 100100 | 0 | 100011 | 110001 | 1111011 | 10110 | 101010 |
Color Harmonies of #538255
Complementary color
Monochromatic Colors of #538255
Black with #538255
Text Example
Text Example
White with #538255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538255; }
p { color: rgb(83,130,85); }
H1.HeaderClassName
{
color: #538255;
}
.AnyTagClassName
{
color: #538255;
}
</style>
background-color css
<style>
a { background-color: #538255; }
a { background-color: rgb(83,130,85); }
div.DivClassName
{
background-color: #538255;
}
.BgClassName
{
background-color: #538255;
}
</style>
border-color css
<style>
span { border-color: #538255; }
span { border-color: rgb(83,130,85); }
td.TdClassName
{
border-color: #538255;
}
.TagClassName
{
border-color: #538255;
}
</style>