Shades of Killarney #55865B
Tints of Killarney #55865B
RGB
CMYK
RGB Variations
Color information
#55865B (or 0x55865B) is known color: Killarney. HEX triplet: 55, 86 and 5B. RGB value is (85,134,91). Sum of RGB (Red+Green+Blue) = 85+134+91=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #55865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55865B is #AA79A4. Grayscale: #727272. Windows color (decimal): -11172261 or 5998165. OLE color: 5998165.
HSL color Cylindrical-coordinate representation of color #55865B: hue angle of 127.35º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55865B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 91 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.47 |
| HSL | 127.35º | 0.22% | 0.43% | - |
| HSV(B) | 127.35º | 0.37% | 0.53% | - |
| XYZ | 14.16 | 19.74 | 12.96 | - |
| YUV | 114.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 91 | 0.37 | 0 | 0.32 | 0.47 | 127.35 | 0.22 | 0.43 |
| Hex | 55 | 86 | 5B | 25 | 0 | 20 | 2F | 7F | 16 | 2B |
| Octal | 125 | 206 | 133 | 45 | 0 | 40 | 57 | 177 | 26 | 53 |
| Binary | 1010101 | 10000110 | 1011011 | 100101 | 0 | 100000 | 101111 | 1111111 | 10110 | 101011 |
Color Harmonies of #55865B
Complementary color
Monochromatic Colors of #55865B
Black with #55865B
Text Example
Text Example
White with #55865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55865B; }
p { color: rgb(85,134,91); }
H1.HeaderClassName
{
color: #55865B;
}
.AnyTagClassName
{
color: #55865B;
}
</style>
background-color css
<style>
a { background-color: #55865B; }
a { background-color: rgb(85,134,91); }
div.DivClassName
{
background-color: #55865B;
}
.BgClassName
{
background-color: #55865B;
}
</style>
border-color css
<style>
span { border-color: #55865B; }
span { border-color: rgb(85,134,91); }
td.TdClassName
{
border-color: #55865B;
}
.TagClassName
{
border-color: #55865B;
}
</style>