Shades of Killarney #508353
Tints of Killarney #508353
RGB
CMYK
RGB Variations
Color information
#508353 (or 0x508353) is known color: Killarney. HEX triplet: 50, 83 and 53. RGB value is (80,131,83). Sum of RGB (Red+Green+Blue) = 80+131+83=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #508353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508353 is #AF7CAC. Grayscale: #6E6E6E. Windows color (decimal): -11500717 or 5473104. OLE color: 5473104.
HSL color Cylindrical-coordinate representation of color #508353: hue angle of 123.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508353 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 83 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.49 |
| HSL | 123.53º | 0.24% | 0.41% | - |
| HSV(B) | 123.53º | 0.39% | 0.51% | - |
| XYZ | 12.99 | 18.56 | 11.08 | - |
| YUV | 110.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 83 | 0.39 | 0 | 0.37 | 0.49 | 123.53 | 0.24 | 0.41 |
| Hex | 50 | 83 | 53 | 27 | 0 | 25 | 31 | 7C | 18 | 29 |
| Octal | 120 | 203 | 123 | 47 | 0 | 45 | 61 | 174 | 30 | 51 |
| Binary | 1010000 | 10000011 | 1010011 | 100111 | 0 | 100101 | 110001 | 1111100 | 11000 | 101001 |
Color Harmonies of #508353
Complementary color
Monochromatic Colors of #508353
Black with #508353
Text Example
Text Example
White with #508353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508353; }
p { color: rgb(80,131,83); }
H1.HeaderClassName
{
color: #508353;
}
.AnyTagClassName
{
color: #508353;
}
</style>
background-color css
<style>
a { background-color: #508353; }
a { background-color: rgb(80,131,83); }
div.DivClassName
{
background-color: #508353;
}
.BgClassName
{
background-color: #508353;
}
</style>
border-color css
<style>
span { border-color: #508353; }
span { border-color: rgb(80,131,83); }
td.TdClassName
{
border-color: #508353;
}
.TagClassName
{
border-color: #508353;
}
</style>