Shades of Killarney #557E59
Tints of Killarney #557E59
RGB
CMYK
RGB Variations
Color information
#557E59 (or 0x557E59) is known color: Killarney. HEX triplet: 55, 7E and 59. RGB value is (85,126,89). Sum of RGB (Red+Green+Blue) = 85+126+89=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #557E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E59 is #AA81A6. Grayscale: #6D6D6D. Windows color (decimal): -11174311 or 5865045. OLE color: 5865045.
HSL color Cylindrical-coordinate representation of color #557E59: hue angle of 125.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557E59 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 89 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.51 |
| HSL | 125.85º | 0.19% | 0.41% | - |
| HSV(B) | 125.85º | 0.33% | 0.49% | - |
| XYZ | 13.01 | 17.57 | 12.16 | - |
| YUV | 109.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 89 | 0.33 | 0 | 0.29 | 0.51 | 125.85 | 0.19 | 0.41 |
| Hex | 55 | 7E | 59 | 21 | 0 | 1D | 33 | 7E | 13 | 29 |
| Octal | 125 | 176 | 131 | 41 | 0 | 35 | 63 | 176 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1011001 | 100001 | 0 | 11101 | 110011 | 1111110 | 10011 | 101001 |
Color Harmonies of #557E59
Complementary color
Monochromatic Colors of #557E59
Black with #557E59
Text Example
Text Example
White with #557E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E59; }
p { color: rgb(85,126,89); }
H1.HeaderClassName
{
color: #557E59;
}
.AnyTagClassName
{
color: #557E59;
}
</style>
background-color css
<style>
a { background-color: #557E59; }
a { background-color: rgb(85,126,89); }
div.DivClassName
{
background-color: #557E59;
}
.BgClassName
{
background-color: #557E59;
}
</style>
border-color css
<style>
span { border-color: #557E59; }
span { border-color: rgb(85,126,89); }
td.TdClassName
{
border-color: #557E59;
}
.TagClassName
{
border-color: #557E59;
}
</style>