Shades of Killarney #55815C
Tints of Killarney #55815C
RGB
CMYK
RGB Variations
Color information
#55815C (or 0x55815C) is known color: Killarney. HEX triplet: 55, 81 and 5C. RGB value is (85,129,92). Sum of RGB (Red+Green+Blue) = 85+129+92=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #55815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815C is #AA7EA3. Grayscale: #6F6F6F. Windows color (decimal): -11173540 or 6062421. OLE color: 6062421.
HSL color Cylindrical-coordinate representation of color #55815C: hue angle of 129.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55815C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 92 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.49 |
| HSL | 129.55º | 0.21% | 0.42% | - |
| HSV(B) | 129.55º | 0.34% | 0.51% | - |
| XYZ | 13.53 | 18.4 | 12.96 | - |
| YUV | 111.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 92 | 0.34 | 0 | 0.29 | 0.49 | 129.55 | 0.21 | 0.42 |
| Hex | 55 | 81 | 5C | 22 | 0 | 1D | 31 | 82 | 15 | 2A |
| Octal | 125 | 201 | 134 | 42 | 0 | 35 | 61 | 202 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1011100 | 100010 | 0 | 11101 | 110001 | 10000010 | 10101 | 101010 |
Color Harmonies of #55815C
Complementary color
Monochromatic Colors of #55815C
Black with #55815C
Text Example
Text Example
White with #55815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55815C; }
p { color: rgb(85,129,92); }
H1.HeaderClassName
{
color: #55815C;
}
.AnyTagClassName
{
color: #55815C;
}
</style>
background-color css
<style>
a { background-color: #55815C; }
a { background-color: rgb(85,129,92); }
div.DivClassName
{
background-color: #55815C;
}
.BgClassName
{
background-color: #55815C;
}
</style>
border-color css
<style>
span { border-color: #55815C; }
span { border-color: rgb(85,129,92); }
td.TdClassName
{
border-color: #55815C;
}
.TagClassName
{
border-color: #55815C;
}
</style>