Shades of Killarney #546F58
Tints of Killarney #546F58
RGB
CMYK
RGB Variations
Color information
#546F58 (or 0x546F58) is known color: Killarney. HEX triplet: 54, 6F and 58. RGB value is (84,111,88). Sum of RGB (Red+Green+Blue) = 84+111+88=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #546F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F58 is #AB90A7. Grayscale: #646464. Windows color (decimal): -11243688 or 5795668. OLE color: 5795668.
HSL color Cylindrical-coordinate representation of color #546F58: hue angle of 128.89º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546F58 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 88 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.56 |
| HSL | 128.89º | 0.14% | 0.38% | - |
| HSV(B) | 128.89º | 0.24% | 0.44% | - |
| XYZ | 11.1 | 13.96 | 11.34 | - |
| YUV | 100.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 88 | 0.24 | 0 | 0.21 | 0.56 | 128.89 | 0.14 | 0.38 |
| Hex | 54 | 6F | 58 | 18 | 0 | 15 | 38 | 81 | E | 26 |
| Octal | 124 | 157 | 130 | 30 | 0 | 25 | 70 | 201 | 16 | 46 |
| Binary | 1010100 | 1101111 | 1011000 | 11000 | 0 | 10101 | 111000 | 10000001 | 1110 | 100110 |
Color Harmonies of #546F58
Complementary color
Monochromatic Colors of #546F58
Black with #546F58
Text Example
Text Example
White with #546F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F58; }
p { color: rgb(84,111,88); }
H1.HeaderClassName
{
color: #546F58;
}
.AnyTagClassName
{
color: #546F58;
}
</style>
background-color css
<style>
a { background-color: #546F58; }
a { background-color: rgb(84,111,88); }
div.DivClassName
{
background-color: #546F58;
}
.BgClassName
{
background-color: #546F58;
}
</style>
border-color css
<style>
span { border-color: #546F58; }
span { border-color: rgb(84,111,88); }
td.TdClassName
{
border-color: #546F58;
}
.TagClassName
{
border-color: #546F58;
}
</style>