Shades of Killarney #508351
Tints of Killarney #508351
RGB
CMYK
RGB Variations
Color information
#508351 (or 0x508351) is known color: Killarney. HEX triplet: 50, 83 and 51. RGB value is (80,131,81). Sum of RGB (Red+Green+Blue) = 80+131+81=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #508351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508351 is #AF7CAE. Grayscale: #6E6E6E. Windows color (decimal): -11500719 or 5342032. OLE color: 5342032.
HSL color Cylindrical-coordinate representation of color #508351: hue angle of 121.18º 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 #508351 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 81 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.49 |
| HSL | 121.18º | 0.24% | 0.41% | - |
| HSV(B) | 121.18º | 0.39% | 0.51% | - |
| XYZ | 12.91 | 18.53 | 10.68 | - |
| YUV | 110.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 81 | 0.39 | 0 | 0.38 | 0.49 | 121.18 | 0.24 | 0.41 |
| Hex | 50 | 83 | 51 | 27 | 0 | 26 | 31 | 79 | 18 | 29 |
| Octal | 120 | 203 | 121 | 47 | 0 | 46 | 61 | 171 | 30 | 51 |
| Binary | 1010000 | 10000011 | 1010001 | 100111 | 0 | 100110 | 110001 | 1111001 | 11000 | 101001 |
Color Harmonies of #508351
Complementary color
Monochromatic Colors of #508351
Black with #508351
Text Example
Text Example
White with #508351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508351; }
p { color: rgb(80,131,81); }
H1.HeaderClassName
{
color: #508351;
}
.AnyTagClassName
{
color: #508351;
}
</style>
background-color css
<style>
a { background-color: #508351; }
a { background-color: rgb(80,131,81); }
div.DivClassName
{
background-color: #508351;
}
.BgClassName
{
background-color: #508351;
}
</style>
border-color css
<style>
span { border-color: #508351; }
span { border-color: rgb(80,131,81); }
td.TdClassName
{
border-color: #508351;
}
.TagClassName
{
border-color: #508351;
}
</style>