Shades of Killarney #557C5B
Tints of Killarney #557C5B
RGB
CMYK
RGB Variations
Color information
#557C5B (or 0x557C5B) is known color: Killarney. HEX triplet: 55, 7C and 5B. RGB value is (85,124,91). Sum of RGB (Red+Green+Blue) = 85+124+91=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #557C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C5B is #AA83A4. Grayscale: #6C6C6C. Windows color (decimal): -11174821 or 5995605. OLE color: 5995605.
HSL color Cylindrical-coordinate representation of color #557C5B: hue angle of 129.23º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C5B is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 91 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.51 |
| HSL | 129.23º | 0.19% | 0.41% | - |
| HSV(B) | 129.23º | 0.31% | 0.49% | - |
| XYZ | 12.84 | 17.1 | 12.52 | - |
| YUV | 108.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 91 | 0.31 | 0 | 0.27 | 0.51 | 129.23 | 0.19 | 0.41 |
| Hex | 55 | 7C | 5B | 1F | 0 | 1B | 33 | 81 | 13 | 29 |
| Octal | 125 | 174 | 133 | 37 | 0 | 33 | 63 | 201 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1011011 | 11111 | 0 | 11011 | 110011 | 10000001 | 10011 | 101001 |
Color Harmonies of #557C5B
Complementary color
Monochromatic Colors of #557C5B
Black with #557C5B
Text Example
Text Example
White with #557C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C5B; }
p { color: rgb(85,124,91); }
H1.HeaderClassName
{
color: #557C5B;
}
.AnyTagClassName
{
color: #557C5B;
}
</style>
background-color css
<style>
a { background-color: #557C5B; }
a { background-color: rgb(85,124,91); }
div.DivClassName
{
background-color: #557C5B;
}
.BgClassName
{
background-color: #557C5B;
}
</style>
border-color css
<style>
span { border-color: #557C5B; }
span { border-color: rgb(85,124,91); }
td.TdClassName
{
border-color: #557C5B;
}
.TagClassName
{
border-color: #557C5B;
}
</style>