Shades of Killarney #54725A
Tints of Killarney #54725A
RGB
CMYK
RGB Variations
Color information
#54725A (or 0x54725A) is known color: Killarney. HEX triplet: 54, 72 and 5A. RGB value is (84,114,90). Sum of RGB (Red+Green+Blue) = 84+114+90=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #54725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54725A is #AB8DA5. Grayscale: #666666. Windows color (decimal): -11242918 or 5927508. OLE color: 5927508.
HSL color Cylindrical-coordinate representation of color #54725A: hue angle of 132º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54725A is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 114 | 90 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.55 |
| HSL | 132º | 0.15% | 0.39% | - |
| HSV(B) | 132º | 0.26% | 0.45% | - |
| XYZ | 11.52 | 14.66 | 11.89 | - |
| YUV | 102.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 90 | 0.26 | 0 | 0.21 | 0.55 | 132 | 0.15 | 0.39 |
| Hex | 54 | 72 | 5A | 1A | 0 | 15 | 37 | 84 | F | 27 |
| Octal | 124 | 162 | 132 | 32 | 0 | 25 | 67 | 204 | 17 | 47 |
| Binary | 1010100 | 1110010 | 1011010 | 11010 | 0 | 10101 | 110111 | 10000100 | 1111 | 100111 |
Color Harmonies of #54725A
Complementary color
Monochromatic Colors of #54725A
Black with #54725A
Text Example
Text Example
White with #54725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54725A; }
p { color: rgb(84,114,90); }
H1.HeaderClassName
{
color: #54725A;
}
.AnyTagClassName
{
color: #54725A;
}
</style>
background-color css
<style>
a { background-color: #54725A; }
a { background-color: rgb(84,114,90); }
div.DivClassName
{
background-color: #54725A;
}
.BgClassName
{
background-color: #54725A;
}
</style>
border-color css
<style>
span { border-color: #54725A; }
span { border-color: rgb(84,114,90); }
td.TdClassName
{
border-color: #54725A;
}
.TagClassName
{
border-color: #54725A;
}
</style>