Shades of Killarney #557B56
Tints of Killarney #557B56
RGB
CMYK
RGB Variations
Color information
#557B56 (or 0x557B56) is known color: Killarney. HEX triplet: 55, 7B and 56. RGB value is (85,123,86). Sum of RGB (Red+Green+Blue) = 85+123+86=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #557B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B56 is #AA84A9. Grayscale: #6B6B6B. Windows color (decimal): -11175082 or 5667669. OLE color: 5667669.
HSL color Cylindrical-coordinate representation of color #557B56: hue angle of 121.58º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B56 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 86 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.52 |
| HSL | 121.58º | 0.18% | 0.41% | - |
| HSV(B) | 121.58º | 0.31% | 0.48% | - |
| XYZ | 12.51 | 16.77 | 11.38 | - |
| YUV | 107.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 86 | 0.31 | 0 | 0.30 | 0.52 | 121.58 | 0.18 | 0.41 |
| Hex | 55 | 7B | 56 | 1F | 0 | 1E | 34 | 7A | 12 | 29 |
| Octal | 125 | 173 | 126 | 37 | 0 | 36 | 64 | 172 | 22 | 51 |
| Binary | 1010101 | 1111011 | 1010110 | 11111 | 0 | 11110 | 110100 | 1111010 | 10010 | 101001 |
Color Harmonies of #557B56
Complementary color
Monochromatic Colors of #557B56
Black with #557B56
Text Example
Text Example
White with #557B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B56; }
p { color: rgb(85,123,86); }
H1.HeaderClassName
{
color: #557B56;
}
.AnyTagClassName
{
color: #557B56;
}
</style>
background-color css
<style>
a { background-color: #557B56; }
a { background-color: rgb(85,123,86); }
div.DivClassName
{
background-color: #557B56;
}
.BgClassName
{
background-color: #557B56;
}
</style>
border-color css
<style>
span { border-color: #557B56; }
span { border-color: rgb(85,123,86); }
td.TdClassName
{
border-color: #557B56;
}
.TagClassName
{
border-color: #557B56;
}
</style>