Shades of Killarney #546C55
Tints of Killarney #546C55
RGB
CMYK
RGB Variations
Color information
#546C55 (or 0x546C55) is known color: Killarney. HEX triplet: 54, 6C and 55. RGB value is (84,108,85). Sum of RGB (Red+Green+Blue) = 84+108+85=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #546C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C55 is #AB93AA. Grayscale: #626262. Windows color (decimal): -11244459 or 5598292. OLE color: 5598292.
HSL color Cylindrical-coordinate representation of color #546C55: hue angle of 122.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #546C55 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 85 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.58 |
| HSL | 122.5º | 0.13% | 0.38% | - |
| HSV(B) | 122.5º | 0.22% | 0.42% | - |
| XYZ | 10.66 | 13.27 | 10.59 | - |
| YUV | 98.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 85 | 0.22 | 0 | 0.21 | 0.58 | 122.5 | 0.13 | 0.38 |
| Hex | 54 | 6C | 55 | 16 | 0 | 15 | 3A | 7B | C | 26 |
| Octal | 124 | 154 | 125 | 26 | 0 | 25 | 72 | 173 | 14 | 46 |
| Binary | 1010100 | 1101100 | 1010101 | 10110 | 0 | 10101 | 111010 | 1111011 | 1100 | 100110 |
Color Harmonies of #546C55
Complementary color
Monochromatic Colors of #546C55
Black with #546C55
Text Example
Text Example
White with #546C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C55; }
p { color: rgb(84,108,85); }
H1.HeaderClassName
{
color: #546C55;
}
.AnyTagClassName
{
color: #546C55;
}
</style>
background-color css
<style>
a { background-color: #546C55; }
a { background-color: rgb(84,108,85); }
div.DivClassName
{
background-color: #546C55;
}
.BgClassName
{
background-color: #546C55;
}
</style>
border-color css
<style>
span { border-color: #546C55; }
span { border-color: rgb(84,108,85); }
td.TdClassName
{
border-color: #546C55;
}
.TagClassName
{
border-color: #546C55;
}
</style>