Shades of Killarney #58735B
Tints of Killarney #58735B
RGB
CMYK
RGB Variations
Color information
#58735B (or 0x58735B) is known color: Killarney. HEX triplet: 58, 73 and 5B. RGB value is (88,115,91). Sum of RGB (Red+Green+Blue) = 88+115+91=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #58735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58735B is #A78CA4. Grayscale: #686868. Windows color (decimal): -10980517 or 5993304. OLE color: 5993304.
HSL color Cylindrical-coordinate representation of color #58735B: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58735B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 115 | 91 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.55 |
| HSL | 126.67º | 0.13% | 0.4% | - |
| HSV(B) | 126.67º | 0.23% | 0.45% | - |
| XYZ | 12.04 | 15.09 | 12.18 | - |
| YUV | 104.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 91 | 0.23 | 0 | 0.21 | 0.55 | 126.67 | 0.13 | 0.4 |
| Hex | 58 | 73 | 5B | 17 | 0 | 15 | 37 | 7F | D | 28 |
| Octal | 130 | 163 | 133 | 27 | 0 | 25 | 67 | 177 | 15 | 50 |
| Binary | 1011000 | 1110011 | 1011011 | 10111 | 0 | 10101 | 110111 | 1111111 | 1101 | 101000 |
Color Harmonies of #58735B
Complementary color
Monochromatic Colors of #58735B
Black with #58735B
Text Example
Text Example
White with #58735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58735B; }
p { color: rgb(88,115,91); }
H1.HeaderClassName
{
color: #58735B;
}
.AnyTagClassName
{
color: #58735B;
}
</style>
background-color css
<style>
a { background-color: #58735B; }
a { background-color: rgb(88,115,91); }
div.DivClassName
{
background-color: #58735B;
}
.BgClassName
{
background-color: #58735B;
}
</style>
border-color css
<style>
span { border-color: #58735B; }
span { border-color: rgb(88,115,91); }
td.TdClassName
{
border-color: #58735B;
}
.TagClassName
{
border-color: #58735B;
}
</style>