Shades of Killarney #557D5B
Tints of Killarney #557D5B
RGB
CMYK
RGB Variations
Color information
#557D5B (or 0x557D5B) is known color: Killarney. HEX triplet: 55, 7D and 5B. RGB value is (85,125,91). Sum of RGB (Red+Green+Blue) = 85+125+91=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #557D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D5B is #AA82A4. Grayscale: #6D6D6D. Windows color (decimal): -11174565 or 5995861. OLE color: 5995861.
HSL color Cylindrical-coordinate representation of color #557D5B: hue angle of 129º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557D5B is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 91 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.51 |
| HSL | 129º | 0.19% | 0.41% | - |
| HSV(B) | 129º | 0.32% | 0.49% | - |
| XYZ | 12.97 | 17.35 | 12.56 | - |
| YUV | 109.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 91 | 0.32 | 0 | 0.27 | 0.51 | 129 | 0.19 | 0.41 |
| Hex | 55 | 7D | 5B | 20 | 0 | 1B | 33 | 81 | 13 | 29 |
| Octal | 125 | 175 | 133 | 40 | 0 | 33 | 63 | 201 | 23 | 51 |
| Binary | 1010101 | 1111101 | 1011011 | 100000 | 0 | 11011 | 110011 | 10000001 | 10011 | 101001 |
Color Harmonies of #557D5B
Complementary color
Monochromatic Colors of #557D5B
Black with #557D5B
Text Example
Text Example
White with #557D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D5B; }
p { color: rgb(85,125,91); }
H1.HeaderClassName
{
color: #557D5B;
}
.AnyTagClassName
{
color: #557D5B;
}
</style>
background-color css
<style>
a { background-color: #557D5B; }
a { background-color: rgb(85,125,91); }
div.DivClassName
{
background-color: #557D5B;
}
.BgClassName
{
background-color: #557D5B;
}
</style>
border-color css
<style>
span { border-color: #557D5B; }
span { border-color: rgb(85,125,91); }
td.TdClassName
{
border-color: #557D5B;
}
.TagClassName
{
border-color: #557D5B;
}
</style>