Shades of Killarney #587D5C
Tints of Killarney #587D5C
RGB
CMYK
RGB Variations
Color information
#587D5C (or 0x587D5C) is known color: Killarney. HEX triplet: 58, 7D and 5C. RGB value is (88,125,92). Sum of RGB (Red+Green+Blue) = 88+125+92=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #587D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587D5C is #A782A3. Grayscale: #6E6E6E. Windows color (decimal): -10977956 or 6061400. OLE color: 6061400.
HSL color Cylindrical-coordinate representation of color #587D5C: hue angle of 126.49º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #587D5C is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 92 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.51 |
| HSL | 126.49º | 0.17% | 0.42% | - |
| HSV(B) | 126.49º | 0.3% | 0.49% | - |
| XYZ | 13.29 | 17.51 | 12.81 | - |
| YUV | 110.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 92 | 0.30 | 0 | 0.26 | 0.51 | 126.49 | 0.17 | 0.42 |
| Hex | 58 | 7D | 5C | 1E | 0 | 1A | 33 | 7E | 11 | 2A |
| Octal | 130 | 175 | 134 | 36 | 0 | 32 | 63 | 176 | 21 | 52 |
| Binary | 1011000 | 1111101 | 1011100 | 11110 | 0 | 11010 | 110011 | 1111110 | 10001 | 101010 |
Color Harmonies of #587D5C
Complementary color
Monochromatic Colors of #587D5C
Black with #587D5C
Text Example
Text Example
White with #587D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D5C; }
p { color: rgb(88,125,92); }
H1.HeaderClassName
{
color: #587D5C;
}
.AnyTagClassName
{
color: #587D5C;
}
</style>
background-color css
<style>
a { background-color: #587D5C; }
a { background-color: rgb(88,125,92); }
div.DivClassName
{
background-color: #587D5C;
}
.BgClassName
{
background-color: #587D5C;
}
</style>
border-color css
<style>
span { border-color: #587D5C; }
span { border-color: rgb(88,125,92); }
td.TdClassName
{
border-color: #587D5C;
}
.TagClassName
{
border-color: #587D5C;
}
</style>