Shades of Killarney #54785A
Tints of Killarney #54785A
RGB
CMYK
RGB Variations
Color information
#54785A (or 0x54785A) is known color: Killarney. HEX triplet: 54, 78 and 5A. RGB value is (84,120,90). Sum of RGB (Red+Green+Blue) = 84+120+90=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #54785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54785A is #AB87A5. Grayscale: #696969. Windows color (decimal): -11241382 or 5929044. OLE color: 5929044.
HSL color Cylindrical-coordinate representation of color #54785A: hue angle of 130º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #54785A is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 120 | 90 | - |
| CMYK | 0.3 | 0 | 0.25 | 0.53 |
| HSL | 130º | 0.18% | 0.4% | - |
| HSV(B) | 130º | 0.3% | 0.47% | - |
| XYZ | 12.22 | 16.06 | 12.13 | - |
| YUV | 105.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 90 | 0.3 | 0 | 0.25 | 0.53 | 130 | 0.18 | 0.4 |
| Hex | 54 | 78 | 5A | 1E | 0 | 19 | 35 | 82 | 12 | 28 |
| Octal | 124 | 170 | 132 | 36 | 0 | 31 | 65 | 202 | 22 | 50 |
| Binary | 1010100 | 1111000 | 1011010 | 11110 | 0 | 11001 | 110101 | 10000010 | 10010 | 101000 |
Color Harmonies of #54785A
Complementary color
Monochromatic Colors of #54785A
Black with #54785A
Text Example
Text Example
White with #54785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54785A; }
p { color: rgb(84,120,90); }
H1.HeaderClassName
{
color: #54785A;
}
.AnyTagClassName
{
color: #54785A;
}
</style>
background-color css
<style>
a { background-color: #54785A; }
a { background-color: rgb(84,120,90); }
div.DivClassName
{
background-color: #54785A;
}
.BgClassName
{
background-color: #54785A;
}
</style>
border-color css
<style>
span { border-color: #54785A; }
span { border-color: rgb(84,120,90); }
td.TdClassName
{
border-color: #54785A;
}
.TagClassName
{
border-color: #54785A;
}
</style>