Shades of Killarney #557C55
Tints of Killarney #557C55
RGB
CMYK
RGB Variations
Color information
#557C55 (or 0x557C55) is known color: Killarney. HEX triplet: 55, 7C and 55. RGB value is (85,124,85). Sum of RGB (Red+Green+Blue) = 85+124+85=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #557C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C55 is #AA83AA. Grayscale: #6C6C6C. Windows color (decimal): -11174827 or 5602389. OLE color: 5602389.
HSL color Cylindrical-coordinate representation of color #557C55: hue angle of 120º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C55 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 85 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.51 |
| HSL | 120º | 0.19% | 0.41% | - |
| HSV(B) | 120º | 0.31% | 0.49% | - |
| XYZ | 12.59 | 17 | 11.21 | - |
| YUV | 107.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 85 | 0.31 | 0 | 0.31 | 0.51 | 120 | 0.19 | 0.41 |
| Hex | 55 | 7C | 55 | 1F | 0 | 1F | 33 | 78 | 13 | 29 |
| Octal | 125 | 174 | 125 | 37 | 0 | 37 | 63 | 170 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1010101 | 11111 | 0 | 11111 | 110011 | 1111000 | 10011 | 101001 |
Color Harmonies of #557C55
Complementary color
Monochromatic Colors of #557C55
Black with #557C55
Text Example
Text Example
White with #557C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C55; }
p { color: rgb(85,124,85); }
H1.HeaderClassName
{
color: #557C55;
}
.AnyTagClassName
{
color: #557C55;
}
</style>
background-color css
<style>
a { background-color: #557C55; }
a { background-color: rgb(85,124,85); }
div.DivClassName
{
background-color: #557C55;
}
.BgClassName
{
background-color: #557C55;
}
</style>
border-color css
<style>
span { border-color: #557C55; }
span { border-color: rgb(85,124,85); }
td.TdClassName
{
border-color: #557C55;
}
.TagClassName
{
border-color: #557C55;
}
</style>