Shades of Killarney #557E5A
Tints of Killarney #557E5A
RGB
CMYK
RGB Variations
Color information
#557E5A (or 0x557E5A) is known color: Killarney. HEX triplet: 55, 7E and 5A. RGB value is (85,126,90). Sum of RGB (Red+Green+Blue) = 85+126+90=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #557E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E5A is #AA81A5. Grayscale: #6D6D6D. Windows color (decimal): -11174310 or 5930581. OLE color: 5930581.
HSL color Cylindrical-coordinate representation of color #557E5A: hue angle of 127.32º 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 #557E5A is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 90 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.51 |
| HSL | 127.32º | 0.19% | 0.41% | - |
| HSV(B) | 127.32º | 0.33% | 0.49% | - |
| XYZ | 13.05 | 17.59 | 12.38 | - |
| YUV | 109.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 90 | 0.33 | 0 | 0.29 | 0.51 | 127.32 | 0.19 | 0.41 |
| Hex | 55 | 7E | 5A | 21 | 0 | 1D | 33 | 7F | 13 | 29 |
| Octal | 125 | 176 | 132 | 41 | 0 | 35 | 63 | 177 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1011010 | 100001 | 0 | 11101 | 110011 | 1111111 | 10011 | 101001 |
Color Harmonies of #557E5A
Complementary color
Monochromatic Colors of #557E5A
Black with #557E5A
Text Example
Text Example
White with #557E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E5A; }
p { color: rgb(85,126,90); }
H1.HeaderClassName
{
color: #557E5A;
}
.AnyTagClassName
{
color: #557E5A;
}
</style>
background-color css
<style>
a { background-color: #557E5A; }
a { background-color: rgb(85,126,90); }
div.DivClassName
{
background-color: #557E5A;
}
.BgClassName
{
background-color: #557E5A;
}
</style>
border-color css
<style>
span { border-color: #557E5A; }
span { border-color: rgb(85,126,90); }
td.TdClassName
{
border-color: #557E5A;
}
.TagClassName
{
border-color: #557E5A;
}
</style>