Shades of Killarney #508153
Tints of Killarney #508153
RGB
CMYK
RGB Variations
Color information
#508153 (or 0x508153) is known color: Killarney. HEX triplet: 50, 81 and 53. RGB value is (80,129,83). Sum of RGB (Red+Green+Blue) = 80+129+83=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #508153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508153 is #AF7EAC. Grayscale: #6D6D6D. Windows color (decimal): -11501229 or 5472592. OLE color: 5472592.
HSL color Cylindrical-coordinate representation of color #508153: hue angle of 123.67º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508153 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 83 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.49 |
| HSL | 123.67º | 0.23% | 0.41% | - |
| HSV(B) | 123.67º | 0.38% | 0.51% | - |
| XYZ | 12.72 | 18.03 | 10.99 | - |
| YUV | 109.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 83 | 0.38 | 0 | 0.36 | 0.49 | 123.67 | 0.23 | 0.41 |
| Hex | 50 | 81 | 53 | 26 | 0 | 24 | 31 | 7C | 17 | 29 |
| Octal | 120 | 201 | 123 | 46 | 0 | 44 | 61 | 174 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1010011 | 100110 | 0 | 100100 | 110001 | 1111100 | 10111 | 101001 |
Color Harmonies of #508153
Complementary color
Monochromatic Colors of #508153
Black with #508153
Text Example
Text Example
White with #508153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508153; }
p { color: rgb(80,129,83); }
H1.HeaderClassName
{
color: #508153;
}
.AnyTagClassName
{
color: #508153;
}
</style>
background-color css
<style>
a { background-color: #508153; }
a { background-color: rgb(80,129,83); }
div.DivClassName
{
background-color: #508153;
}
.BgClassName
{
background-color: #508153;
}
</style>
border-color css
<style>
span { border-color: #508153; }
span { border-color: rgb(80,129,83); }
td.TdClassName
{
border-color: #508153;
}
.TagClassName
{
border-color: #508153;
}
</style>