Shades of Killarney #56795C
Tints of Killarney #56795C
RGB
CMYK
RGB Variations
Color information
#56795C (or 0x56795C) is known color: Killarney. HEX triplet: 56, 79 and 5C. RGB value is (86,121,92). Sum of RGB (Red+Green+Blue) = 86+121+92=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #56795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56795C is #A986A3. Grayscale: #6B6B6B. Windows color (decimal): -11110052 or 6060374. OLE color: 6060374.
HSL color Cylindrical-coordinate representation of color #56795C: hue angle of 130.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56795C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 121 | 92 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.53 |
| HSL | 130.29º | 0.17% | 0.41% | - |
| HSV(B) | 130.29º | 0.29% | 0.47% | - |
| XYZ | 12.61 | 16.43 | 12.63 | - |
| YUV | 107.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 92 | 0.29 | 0 | 0.24 | 0.53 | 130.29 | 0.17 | 0.41 |
| Hex | 56 | 79 | 5C | 1D | 0 | 18 | 35 | 82 | 11 | 29 |
| Octal | 126 | 171 | 134 | 35 | 0 | 30 | 65 | 202 | 21 | 51 |
| Binary | 1010110 | 1111001 | 1011100 | 11101 | 0 | 11000 | 110101 | 10000010 | 10001 | 101001 |
Color Harmonies of #56795C
Complementary color
Monochromatic Colors of #56795C
Black with #56795C
Text Example
Text Example
White with #56795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56795C; }
p { color: rgb(86,121,92); }
H1.HeaderClassName
{
color: #56795C;
}
.AnyTagClassName
{
color: #56795C;
}
</style>
background-color css
<style>
a { background-color: #56795C; }
a { background-color: rgb(86,121,92); }
div.DivClassName
{
background-color: #56795C;
}
.BgClassName
{
background-color: #56795C;
}
</style>
border-color css
<style>
span { border-color: #56795C; }
span { border-color: rgb(86,121,92); }
td.TdClassName
{
border-color: #56795C;
}
.TagClassName
{
border-color: #56795C;
}
</style>