Shades of Killarney #58795C
Tints of Killarney #58795C
RGB
CMYK
RGB Variations
Color information
#58795C (or 0x58795C) is known color: Killarney. HEX triplet: 58, 79 and 5C. RGB value is (88,121,92). Sum of RGB (Red+Green+Blue) = 88+121+92=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #58795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58795C is #A786A3. Grayscale: #6B6B6B. Windows color (decimal): -10978980 or 6060376. OLE color: 6060376.
HSL color Cylindrical-coordinate representation of color #58795C: hue angle of 127.27º degrees, saturation: 0.16, 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 #58795C is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 121 | 92 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.53 |
| HSL | 127.27º | 0.16% | 0.41% | - |
| HSV(B) | 127.27º | 0.27% | 0.47% | - |
| XYZ | 12.79 | 16.52 | 12.64 | - |
| YUV | 107.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 92 | 0.27 | 0 | 0.24 | 0.53 | 127.27 | 0.16 | 0.41 |
| Hex | 58 | 79 | 5C | 1B | 0 | 18 | 35 | 7F | 10 | 29 |
| Octal | 130 | 171 | 134 | 33 | 0 | 30 | 65 | 177 | 20 | 51 |
| Binary | 1011000 | 1111001 | 1011100 | 11011 | 0 | 11000 | 110101 | 1111111 | 10000 | 101001 |
Color Harmonies of #58795C
Complementary color
Monochromatic Colors of #58795C
Black with #58795C
Text Example
Text Example
White with #58795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58795C; }
p { color: rgb(88,121,92); }
H1.HeaderClassName
{
color: #58795C;
}
.AnyTagClassName
{
color: #58795C;
}
</style>
background-color css
<style>
a { background-color: #58795C; }
a { background-color: rgb(88,121,92); }
div.DivClassName
{
background-color: #58795C;
}
.BgClassName
{
background-color: #58795C;
}
</style>
border-color css
<style>
span { border-color: #58795C; }
span { border-color: rgb(88,121,92); }
td.TdClassName
{
border-color: #58795C;
}
.TagClassName
{
border-color: #58795C;
}
</style>