Shades of Killarney #508453
Tints of Killarney #508453
RGB
CMYK
RGB Variations
Color information
#508453 (or 0x508453) is known color: Killarney. HEX triplet: 50, 84 and 53. RGB value is (80,132,83). Sum of RGB (Red+Green+Blue) = 80+132+83=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #508453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508453 is #AF7BAC. Grayscale: #6F6F6F. Windows color (decimal): -11500461 or 5473360. OLE color: 5473360.
HSL color Cylindrical-coordinate representation of color #508453: hue angle of 123.46º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508453 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 83 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.48 |
| HSL | 123.46º | 0.25% | 0.42% | - |
| HSV(B) | 123.46º | 0.39% | 0.52% | - |
| XYZ | 13.12 | 18.83 | 11.13 | - |
| YUV | 110.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 83 | 0.39 | 0 | 0.37 | 0.48 | 123.46 | 0.25 | 0.42 |
| Hex | 50 | 84 | 53 | 27 | 0 | 25 | 30 | 7B | 19 | 2A |
| Octal | 120 | 204 | 123 | 47 | 0 | 45 | 60 | 173 | 31 | 52 |
| Binary | 1010000 | 10000100 | 1010011 | 100111 | 0 | 100101 | 110000 | 1111011 | 11001 | 101010 |
Color Harmonies of #508453
Complementary color
Monochromatic Colors of #508453
Black with #508453
Text Example
Text Example
White with #508453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508453; }
p { color: rgb(80,132,83); }
H1.HeaderClassName
{
color: #508453;
}
.AnyTagClassName
{
color: #508453;
}
</style>
background-color css
<style>
a { background-color: #508453; }
a { background-color: rgb(80,132,83); }
div.DivClassName
{
background-color: #508453;
}
.BgClassName
{
background-color: #508453;
}
</style>
border-color css
<style>
span { border-color: #508453; }
span { border-color: rgb(80,132,83); }
td.TdClassName
{
border-color: #508453;
}
.TagClassName
{
border-color: #508453;
}
</style>