Shades of Killarney #57825D
Tints of Killarney #57825D
RGB
CMYK
RGB Variations
Color information
#57825D (or 0x57825D) is known color: Killarney. HEX triplet: 57, 82 and 5D. RGB value is (87,130,93). Sum of RGB (Red+Green+Blue) = 87+130+93=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #57825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57825D is #A87DA2. Grayscale: #717171. Windows color (decimal): -11042211 or 6128215. OLE color: 6128215.
HSL color Cylindrical-coordinate representation of color #57825D: hue angle of 128.37º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57825D is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 130 | 93 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.49 |
| HSL | 128.37º | 0.2% | 0.43% | - |
| HSV(B) | 128.37º | 0.33% | 0.51% | - |
| XYZ | 13.89 | 18.78 | 13.25 | - |
| YUV | 112.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 93 | 0.33 | 0 | 0.28 | 0.49 | 128.37 | 0.2 | 0.43 |
| Hex | 57 | 82 | 5D | 21 | 0 | 1C | 31 | 80 | 14 | 2B |
| Octal | 127 | 202 | 135 | 41 | 0 | 34 | 61 | 200 | 24 | 53 |
| Binary | 1010111 | 10000010 | 1011101 | 100001 | 0 | 11100 | 110001 | 10000000 | 10100 | 101011 |
Color Harmonies of #57825D
Complementary color
Monochromatic Colors of #57825D
Black with #57825D
Text Example
Text Example
White with #57825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57825D; }
p { color: rgb(87,130,93); }
H1.HeaderClassName
{
color: #57825D;
}
.AnyTagClassName
{
color: #57825D;
}
</style>
background-color css
<style>
a { background-color: #57825D; }
a { background-color: rgb(87,130,93); }
div.DivClassName
{
background-color: #57825D;
}
.BgClassName
{
background-color: #57825D;
}
</style>
border-color css
<style>
span { border-color: #57825D; }
span { border-color: rgb(87,130,93); }
td.TdClassName
{
border-color: #57825D;
}
.TagClassName
{
border-color: #57825D;
}
</style>