Shades of Killarney #58775C
Tints of Killarney #58775C
RGB
CMYK
RGB Variations
Color information
#58775C (or 0x58775C) is known color: Killarney. HEX triplet: 58, 77 and 5C. RGB value is (88,119,92). Sum of RGB (Red+Green+Blue) = 88+119+92=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #58775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58775C is #A788A3. Grayscale: #6A6A6A. Windows color (decimal): -10979492 or 6059864. OLE color: 6059864.
HSL color Cylindrical-coordinate representation of color #58775C: hue angle of 127.74º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58775C is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 119 | 92 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.53 |
| HSL | 127.74º | 0.15% | 0.41% | - |
| HSV(B) | 127.74º | 0.26% | 0.47% | - |
| XYZ | 12.55 | 16.04 | 12.56 | - |
| YUV | 106.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 92 | 0.26 | 0 | 0.23 | 0.53 | 127.74 | 0.15 | 0.41 |
| Hex | 58 | 77 | 5C | 1A | 0 | 17 | 35 | 80 | F | 29 |
| Octal | 130 | 167 | 134 | 32 | 0 | 27 | 65 | 200 | 17 | 51 |
| Binary | 1011000 | 1110111 | 1011100 | 11010 | 0 | 10111 | 110101 | 10000000 | 1111 | 101001 |
Color Harmonies of #58775C
Complementary color
Monochromatic Colors of #58775C
Black with #58775C
Text Example
Text Example
White with #58775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58775C; }
p { color: rgb(88,119,92); }
H1.HeaderClassName
{
color: #58775C;
}
.AnyTagClassName
{
color: #58775C;
}
</style>
background-color css
<style>
a { background-color: #58775C; }
a { background-color: rgb(88,119,92); }
div.DivClassName
{
background-color: #58775C;
}
.BgClassName
{
background-color: #58775C;
}
</style>
border-color css
<style>
span { border-color: #58775C; }
span { border-color: rgb(88,119,92); }
td.TdClassName
{
border-color: #58775C;
}
.TagClassName
{
border-color: #58775C;
}
</style>