Shades of Killarney #54825A
Tints of Killarney #54825A
RGB
CMYK
RGB Variations
Color information
#54825A (or 0x54825A) is known color: Killarney. HEX triplet: 54, 82 and 5A. RGB value is (84,130,90). Sum of RGB (Red+Green+Blue) = 84+130+90=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #54825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54825A is #AB7DA5. Grayscale: #6F6F6F. Windows color (decimal): -11238822 or 5931604. OLE color: 5931604.
HSL color Cylindrical-coordinate representation of color #54825A: hue angle of 127.83º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54825A is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 130 | 90 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.49 |
| HSL | 127.83º | 0.21% | 0.42% | - |
| HSV(B) | 127.83º | 0.35% | 0.51% | - |
| XYZ | 13.48 | 18.59 | 12.55 | - |
| YUV | 111.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 90 | 0.35 | 0 | 0.31 | 0.49 | 127.83 | 0.21 | 0.42 |
| Hex | 54 | 82 | 5A | 23 | 0 | 1F | 31 | 80 | 15 | 2A |
| Octal | 124 | 202 | 132 | 43 | 0 | 37 | 61 | 200 | 25 | 52 |
| Binary | 1010100 | 10000010 | 1011010 | 100011 | 0 | 11111 | 110001 | 10000000 | 10101 | 101010 |
Color Harmonies of #54825A
Complementary color
Monochromatic Colors of #54825A
Black with #54825A
Text Example
Text Example
White with #54825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54825A; }
p { color: rgb(84,130,90); }
H1.HeaderClassName
{
color: #54825A;
}
.AnyTagClassName
{
color: #54825A;
}
</style>
background-color css
<style>
a { background-color: #54825A; }
a { background-color: rgb(84,130,90); }
div.DivClassName
{
background-color: #54825A;
}
.BgClassName
{
background-color: #54825A;
}
</style>
border-color css
<style>
span { border-color: #54825A; }
span { border-color: rgb(84,130,90); }
td.TdClassName
{
border-color: #54825A;
}
.TagClassName
{
border-color: #54825A;
}
</style>