Shades of Killarney #50875A
Tints of Killarney #50875A
RGB
CMYK
RGB Variations
Color information
#50875A (or 0x50875A) is known color: Killarney. HEX triplet: 50, 87 and 5A. RGB value is (80,135,90). Sum of RGB (Red+Green+Blue) = 80+135+90=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #50875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50875A is #AF78A5. Grayscale: #717171. Windows color (decimal): -11499686 or 5932880. OLE color: 5932880.
HSL color Cylindrical-coordinate representation of color #50875A: hue angle of 130.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50875A is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 90 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.47 |
| HSL | 130.91º | 0.26% | 0.42% | - |
| HSV(B) | 130.91º | 0.41% | 0.53% | - |
| XYZ | 13.82 | 19.77 | 12.76 | - |
| YUV | 113.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 90 | 0.41 | 0 | 0.33 | 0.47 | 130.91 | 0.26 | 0.42 |
| Hex | 50 | 87 | 5A | 29 | 0 | 21 | 2F | 83 | 1A | 2A |
| Octal | 120 | 207 | 132 | 51 | 0 | 41 | 57 | 203 | 32 | 52 |
| Binary | 1010000 | 10000111 | 1011010 | 101001 | 0 | 100001 | 101111 | 10000011 | 11010 | 101010 |
Color Harmonies of #50875A
Complementary color
Monochromatic Colors of #50875A
Black with #50875A
Text Example
Text Example
White with #50875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50875A; }
p { color: rgb(80,135,90); }
H1.HeaderClassName
{
color: #50875A;
}
.AnyTagClassName
{
color: #50875A;
}
</style>
background-color css
<style>
a { background-color: #50875A; }
a { background-color: rgb(80,135,90); }
div.DivClassName
{
background-color: #50875A;
}
.BgClassName
{
background-color: #50875A;
}
</style>
border-color css
<style>
span { border-color: #50875A; }
span { border-color: rgb(80,135,90); }
td.TdClassName
{
border-color: #50875A;
}
.TagClassName
{
border-color: #50875A;
}
</style>