Shades of Killarney #54825B
Tints of Killarney #54825B
RGB
CMYK
RGB Variations
Color information
#54825B (or 0x54825B) is known color: Killarney. HEX triplet: 54, 82 and 5B. RGB value is (84,130,91). Sum of RGB (Red+Green+Blue) = 84+130+91=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #54825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54825B is #AB7DA4. Grayscale: #6F6F6F. Windows color (decimal): -11238821 or 5997140. OLE color: 5997140.
HSL color Cylindrical-coordinate representation of color #54825B: hue angle of 129.13º 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 #54825B is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 130 | 91 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.49 |
| HSL | 129.13º | 0.21% | 0.42% | - |
| HSV(B) | 129.13º | 0.35% | 0.51% | - |
| XYZ | 13.53 | 18.61 | 12.78 | - |
| YUV | 111.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 91 | 0.35 | 0 | 0.30 | 0.49 | 129.13 | 0.21 | 0.42 |
| Hex | 54 | 82 | 5B | 23 | 0 | 1E | 31 | 81 | 15 | 2A |
| Octal | 124 | 202 | 133 | 43 | 0 | 36 | 61 | 201 | 25 | 52 |
| Binary | 1010100 | 10000010 | 1011011 | 100011 | 0 | 11110 | 110001 | 10000001 | 10101 | 101010 |
Color Harmonies of #54825B
Complementary color
Monochromatic Colors of #54825B
Black with #54825B
Text Example
Text Example
White with #54825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54825B; }
p { color: rgb(84,130,91); }
H1.HeaderClassName
{
color: #54825B;
}
.AnyTagClassName
{
color: #54825B;
}
</style>
background-color css
<style>
a { background-color: #54825B; }
a { background-color: rgb(84,130,91); }
div.DivClassName
{
background-color: #54825B;
}
.BgClassName
{
background-color: #54825B;
}
</style>
border-color css
<style>
span { border-color: #54825B; }
span { border-color: rgb(84,130,91); }
td.TdClassName
{
border-color: #54825B;
}
.TagClassName
{
border-color: #54825B;
}
</style>