Shades of Killarney #557A57
Tints of Killarney #557A57
RGB
CMYK
RGB Variations
Color information
#557A57 (or 0x557A57) is known color: Killarney. HEX triplet: 55, 7A and 57. RGB value is (85,122,87). Sum of RGB (Red+Green+Blue) = 85+122+87=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #557A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A57 is #AA85A8. Grayscale: #6B6B6B. Windows color (decimal): -11175337 or 5732949. OLE color: 5732949.
HSL color Cylindrical-coordinate representation of color #557A57: hue angle of 123.24º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A57 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 87 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.52 |
| HSL | 123.24º | 0.18% | 0.41% | - |
| HSV(B) | 123.24º | 0.3% | 0.48% | - |
| XYZ | 12.43 | 16.54 | 11.55 | - |
| YUV | 106.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 87 | 0.30 | 0 | 0.29 | 0.52 | 123.24 | 0.18 | 0.41 |
| Hex | 55 | 7A | 57 | 1E | 0 | 1D | 34 | 7B | 12 | 29 |
| Octal | 125 | 172 | 127 | 36 | 0 | 35 | 64 | 173 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1010111 | 11110 | 0 | 11101 | 110100 | 1111011 | 10010 | 101001 |
Color Harmonies of #557A57
Complementary color
Monochromatic Colors of #557A57
Black with #557A57
Text Example
Text Example
White with #557A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A57; }
p { color: rgb(85,122,87); }
H1.HeaderClassName
{
color: #557A57;
}
.AnyTagClassName
{
color: #557A57;
}
</style>
background-color css
<style>
a { background-color: #557A57; }
a { background-color: rgb(85,122,87); }
div.DivClassName
{
background-color: #557A57;
}
.BgClassName
{
background-color: #557A57;
}
</style>
border-color css
<style>
span { border-color: #557A57; }
span { border-color: rgb(85,122,87); }
td.TdClassName
{
border-color: #557A57;
}
.TagClassName
{
border-color: #557A57;
}
</style>