Shades of Killarney #58785C
Tints of Killarney #58785C
RGB
CMYK
RGB Variations
Color information
#58785C (or 0x58785C) is known color: Killarney. HEX triplet: 58, 78 and 5C. RGB value is (88,120,92). Sum of RGB (Red+Green+Blue) = 88+120+92=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #58785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58785C is #A787A3. Grayscale: #6B6B6B. Windows color (decimal): -10979236 or 6060120. OLE color: 6060120.
HSL color Cylindrical-coordinate representation of color #58785C: hue angle of 127.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58785C is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 120 | 92 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.53 |
| HSL | 127.5º | 0.15% | 0.41% | - |
| HSV(B) | 127.5º | 0.27% | 0.47% | - |
| XYZ | 12.67 | 16.28 | 12.6 | - |
| YUV | 107.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 92 | 0.27 | 0 | 0.23 | 0.53 | 127.5 | 0.15 | 0.41 |
| Hex | 58 | 78 | 5C | 1B | 0 | 17 | 35 | 80 | F | 29 |
| Octal | 130 | 170 | 134 | 33 | 0 | 27 | 65 | 200 | 17 | 51 |
| Binary | 1011000 | 1111000 | 1011100 | 11011 | 0 | 10111 | 110101 | 10000000 | 1111 | 101001 |
Color Harmonies of #58785C
Complementary color
Monochromatic Colors of #58785C
Black with #58785C
Text Example
Text Example
White with #58785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58785C; }
p { color: rgb(88,120,92); }
H1.HeaderClassName
{
color: #58785C;
}
.AnyTagClassName
{
color: #58785C;
}
</style>
background-color css
<style>
a { background-color: #58785C; }
a { background-color: rgb(88,120,92); }
div.DivClassName
{
background-color: #58785C;
}
.BgClassName
{
background-color: #58785C;
}
</style>
border-color css
<style>
span { border-color: #58785C; }
span { border-color: rgb(88,120,92); }
td.TdClassName
{
border-color: #58785C;
}
.TagClassName
{
border-color: #58785C;
}
</style>