Shades of Killarney #55825A
Tints of Killarney #55825A
RGB
CMYK
RGB Variations
Color information
#55825A (or 0x55825A) is known color: Killarney. HEX triplet: 55, 82 and 5A. RGB value is (85,130,90). Sum of RGB (Red+Green+Blue) = 85+130+90=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #55825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55825A is #AA7DA5. Grayscale: #707070. Windows color (decimal): -11173286 or 5931605. OLE color: 5931605.
HSL color Cylindrical-coordinate representation of color #55825A: hue angle of 126.67º 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 #55825A is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 90 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.49 |
| HSL | 126.67º | 0.21% | 0.42% | - |
| HSV(B) | 126.67º | 0.35% | 0.51% | - |
| XYZ | 13.57 | 18.63 | 12.55 | - |
| YUV | 111.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 90 | 0.35 | 0 | 0.31 | 0.49 | 126.67 | 0.21 | 0.42 |
| Hex | 55 | 82 | 5A | 23 | 0 | 1F | 31 | 7F | 15 | 2A |
| Octal | 125 | 202 | 132 | 43 | 0 | 37 | 61 | 177 | 25 | 52 |
| Binary | 1010101 | 10000010 | 1011010 | 100011 | 0 | 11111 | 110001 | 1111111 | 10101 | 101010 |
Color Harmonies of #55825A
Complementary color
Monochromatic Colors of #55825A
Black with #55825A
Text Example
Text Example
White with #55825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55825A; }
p { color: rgb(85,130,90); }
H1.HeaderClassName
{
color: #55825A;
}
.AnyTagClassName
{
color: #55825A;
}
</style>
background-color css
<style>
a { background-color: #55825A; }
a { background-color: rgb(85,130,90); }
div.DivClassName
{
background-color: #55825A;
}
.BgClassName
{
background-color: #55825A;
}
</style>
border-color css
<style>
span { border-color: #55825A; }
span { border-color: rgb(85,130,90); }
td.TdClassName
{
border-color: #55825A;
}
.TagClassName
{
border-color: #55825A;
}
</style>