Shades of Killarney #55815B
Tints of Killarney #55815B
RGB
CMYK
RGB Variations
Color information
#55815B (or 0x55815B) is known color: Killarney. HEX triplet: 55, 81 and 5B. RGB value is (85,129,91). Sum of RGB (Red+Green+Blue) = 85+129+91=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #55815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815B is #AA7EA4. Grayscale: #6F6F6F. Windows color (decimal): -11173541 or 5996885. OLE color: 5996885.
HSL color Cylindrical-coordinate representation of color #55815B: hue angle of 128.18º 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 #55815B is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 91 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.49 |
| HSL | 128.18º | 0.21% | 0.42% | - |
| HSV(B) | 128.18º | 0.34% | 0.51% | - |
| XYZ | 13.48 | 18.39 | 12.74 | - |
| YUV | 111.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 91 | 0.34 | 0 | 0.29 | 0.49 | 128.18 | 0.21 | 0.42 |
| Hex | 55 | 81 | 5B | 22 | 0 | 1D | 31 | 80 | 15 | 2A |
| Octal | 125 | 201 | 133 | 42 | 0 | 35 | 61 | 200 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1011011 | 100010 | 0 | 11101 | 110001 | 10000000 | 10101 | 101010 |
Color Harmonies of #55815B
Complementary color
Monochromatic Colors of #55815B
Black with #55815B
Text Example
Text Example
White with #55815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55815B; }
p { color: rgb(85,129,91); }
H1.HeaderClassName
{
color: #55815B;
}
.AnyTagClassName
{
color: #55815B;
}
</style>
background-color css
<style>
a { background-color: #55815B; }
a { background-color: rgb(85,129,91); }
div.DivClassName
{
background-color: #55815B;
}
.BgClassName
{
background-color: #55815B;
}
</style>
border-color css
<style>
span { border-color: #55815B; }
span { border-color: rgb(85,129,91); }
td.TdClassName
{
border-color: #55815B;
}
.TagClassName
{
border-color: #55815B;
}
</style>