Shades of Killarney #557B59
Tints of Killarney #557B59
RGB
CMYK
RGB Variations
Color information
#557B59 (or 0x557B59) is known color: Killarney. HEX triplet: 55, 7B and 59. RGB value is (85,123,89). Sum of RGB (Red+Green+Blue) = 85+123+89=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #557B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B59 is #AA84A6. Grayscale: #6B6B6B. Windows color (decimal): -11175079 or 5864277. OLE color: 5864277.
HSL color Cylindrical-coordinate representation of color #557B59: hue angle of 126.32º 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 #557B59 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 89 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.52 |
| HSL | 126.32º | 0.18% | 0.41% | - |
| HSV(B) | 126.32º | 0.31% | 0.48% | - |
| XYZ | 12.63 | 16.82 | 12.03 | - |
| YUV | 107.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 89 | 0.31 | 0 | 0.28 | 0.52 | 126.32 | 0.18 | 0.41 |
| Hex | 55 | 7B | 59 | 1F | 0 | 1C | 34 | 7E | 12 | 29 |
| Octal | 125 | 173 | 131 | 37 | 0 | 34 | 64 | 176 | 22 | 51 |
| Binary | 1010101 | 1111011 | 1011001 | 11111 | 0 | 11100 | 110100 | 1111110 | 10010 | 101001 |
Color Harmonies of #557B59
Complementary color
Monochromatic Colors of #557B59
Black with #557B59
Text Example
Text Example
White with #557B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B59; }
p { color: rgb(85,123,89); }
H1.HeaderClassName
{
color: #557B59;
}
.AnyTagClassName
{
color: #557B59;
}
</style>
background-color css
<style>
a { background-color: #557B59; }
a { background-color: rgb(85,123,89); }
div.DivClassName
{
background-color: #557B59;
}
.BgClassName
{
background-color: #557B59;
}
</style>
border-color css
<style>
span { border-color: #557B59; }
span { border-color: rgb(85,123,89); }
td.TdClassName
{
border-color: #557B59;
}
.TagClassName
{
border-color: #557B59;
}
</style>