Shades of Killarney #55845C
Tints of Killarney #55845C
RGB
CMYK
RGB Variations
Color information
#55845C (or 0x55845C) is known color: Killarney. HEX triplet: 55, 84 and 5C. RGB value is (85,132,92). Sum of RGB (Red+Green+Blue) = 85+132+92=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #55845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55845C is #AA7BA3. Grayscale: #717171. Windows color (decimal): -11172772 or 6063189. OLE color: 6063189.
HSL color Cylindrical-coordinate representation of color #55845C: hue angle of 128.94º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55845C is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 92 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.48 |
| HSL | 128.94º | 0.22% | 0.43% | - |
| HSV(B) | 128.94º | 0.36% | 0.52% | - |
| XYZ | 13.93 | 19.21 | 13.1 | - |
| YUV | 113.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 92 | 0.36 | 0 | 0.30 | 0.48 | 128.94 | 0.22 | 0.43 |
| Hex | 55 | 84 | 5C | 24 | 0 | 1E | 30 | 81 | 16 | 2B |
| Octal | 125 | 204 | 134 | 44 | 0 | 36 | 60 | 201 | 26 | 53 |
| Binary | 1010101 | 10000100 | 1011100 | 100100 | 0 | 11110 | 110000 | 10000001 | 10110 | 101011 |
Color Harmonies of #55845C
Complementary color
Monochromatic Colors of #55845C
Black with #55845C
Text Example
Text Example
White with #55845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55845C; }
p { color: rgb(85,132,92); }
H1.HeaderClassName
{
color: #55845C;
}
.AnyTagClassName
{
color: #55845C;
}
</style>
background-color css
<style>
a { background-color: #55845C; }
a { background-color: rgb(85,132,92); }
div.DivClassName
{
background-color: #55845C;
}
.BgClassName
{
background-color: #55845C;
}
</style>
border-color css
<style>
span { border-color: #55845C; }
span { border-color: rgb(85,132,92); }
td.TdClassName
{
border-color: #55845C;
}
.TagClassName
{
border-color: #55845C;
}
</style>