Shades of Killarney #547F5B
Tints of Killarney #547F5B
RGB
CMYK
RGB Variations
Color information
#547F5B (or 0x547F5B) is known color: Killarney. HEX triplet: 54, 7F and 5B. RGB value is (84,127,91). Sum of RGB (Red+Green+Blue) = 84+127+91=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #547F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F5B is #AB80A4. Grayscale: #6E6E6E. Windows color (decimal): -11239589 or 5996372. OLE color: 5996372.
HSL color Cylindrical-coordinate representation of color #547F5B: hue angle of 129.77º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547F5B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 91 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.50 |
| HSL | 129.77º | 0.2% | 0.41% | - |
| HSV(B) | 129.77º | 0.34% | 0.5% | - |
| XYZ | 13.13 | 17.82 | 12.64 | - |
| YUV | 110.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 91 | 0.34 | 0 | 0.28 | 0.50 | 129.77 | 0.2 | 0.41 |
| Hex | 54 | 7F | 5B | 22 | 0 | 1C | 32 | 82 | 14 | 29 |
| Octal | 124 | 177 | 133 | 42 | 0 | 34 | 62 | 202 | 24 | 51 |
| Binary | 1010100 | 1111111 | 1011011 | 100010 | 0 | 11100 | 110010 | 10000010 | 10100 | 101001 |
Color Harmonies of #547F5B
Complementary color
Monochromatic Colors of #547F5B
Black with #547F5B
Text Example
Text Example
White with #547F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F5B; }
p { color: rgb(84,127,91); }
H1.HeaderClassName
{
color: #547F5B;
}
.AnyTagClassName
{
color: #547F5B;
}
</style>
background-color css
<style>
a { background-color: #547F5B; }
a { background-color: rgb(84,127,91); }
div.DivClassName
{
background-color: #547F5B;
}
.BgClassName
{
background-color: #547F5B;
}
</style>
border-color css
<style>
span { border-color: #547F5B; }
span { border-color: rgb(84,127,91); }
td.TdClassName
{
border-color: #547F5B;
}
.TagClassName
{
border-color: #547F5B;
}
</style>