Shades of Killarney #58745A
Tints of Killarney #58745A
RGB
CMYK
RGB Variations
Color information
#58745A (or 0x58745A) is known color: Killarney. HEX triplet: 58, 74 and 5A. RGB value is (88,116,90). Sum of RGB (Red+Green+Blue) = 88+116+90=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #58745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58745A is #A78BA5. Grayscale: #686868. Windows color (decimal): -10980262 or 5928024. OLE color: 5928024.
HSL color Cylindrical-coordinate representation of color #58745A: hue angle of 124.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58745A is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 90 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.55 |
| HSL | 124.29º | 0.14% | 0.4% | - |
| HSV(B) | 124.29º | 0.24% | 0.45% | - |
| XYZ | 12.12 | 15.3 | 11.99 | - |
| YUV | 104.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 90 | 0.24 | 0 | 0.22 | 0.55 | 124.29 | 0.14 | 0.4 |
| Hex | 58 | 74 | 5A | 18 | 0 | 16 | 37 | 7C | E | 28 |
| Octal | 130 | 164 | 132 | 30 | 0 | 26 | 67 | 174 | 16 | 50 |
| Binary | 1011000 | 1110100 | 1011010 | 11000 | 0 | 10110 | 110111 | 1111100 | 1110 | 101000 |
Color Harmonies of #58745A
Complementary color
Monochromatic Colors of #58745A
Black with #58745A
Text Example
Text Example
White with #58745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58745A; }
p { color: rgb(88,116,90); }
H1.HeaderClassName
{
color: #58745A;
}
.AnyTagClassName
{
color: #58745A;
}
</style>
background-color css
<style>
a { background-color: #58745A; }
a { background-color: rgb(88,116,90); }
div.DivClassName
{
background-color: #58745A;
}
.BgClassName
{
background-color: #58745A;
}
</style>
border-color css
<style>
span { border-color: #58745A; }
span { border-color: rgb(88,116,90); }
td.TdClassName
{
border-color: #58745A;
}
.TagClassName
{
border-color: #58745A;
}
</style>