Shades of Killarney #56785A
Tints of Killarney #56785A
RGB
CMYK
RGB Variations
Color information
#56785A (or 0x56785A) is known color: Killarney. HEX triplet: 56, 78 and 5A. RGB value is (86,120,90). Sum of RGB (Red+Green+Blue) = 86+120+90=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #56785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56785A is #A987A5. Grayscale: #6A6A6A. Windows color (decimal): -11110310 or 5929046. OLE color: 5929046.
HSL color Cylindrical-coordinate representation of color #56785A: hue angle of 127.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56785A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 90 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.53 |
| HSL | 127.06º | 0.17% | 0.4% | - |
| HSV(B) | 127.06º | 0.28% | 0.47% | - |
| XYZ | 12.4 | 16.15 | 12.14 | - |
| YUV | 106.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 90 | 0.28 | 0 | 0.25 | 0.53 | 127.06 | 0.17 | 0.4 |
| Hex | 56 | 78 | 5A | 1C | 0 | 19 | 35 | 7F | 11 | 28 |
| Octal | 126 | 170 | 132 | 34 | 0 | 31 | 65 | 177 | 21 | 50 |
| Binary | 1010110 | 1111000 | 1011010 | 11100 | 0 | 11001 | 110101 | 1111111 | 10001 | 101000 |
Color Harmonies of #56785A
Complementary color
Monochromatic Colors of #56785A
Black with #56785A
Text Example
Text Example
White with #56785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56785A; }
p { color: rgb(86,120,90); }
H1.HeaderClassName
{
color: #56785A;
}
.AnyTagClassName
{
color: #56785A;
}
</style>
background-color css
<style>
a { background-color: #56785A; }
a { background-color: rgb(86,120,90); }
div.DivClassName
{
background-color: #56785A;
}
.BgClassName
{
background-color: #56785A;
}
</style>
border-color css
<style>
span { border-color: #56785A; }
span { border-color: rgb(86,120,90); }
td.TdClassName
{
border-color: #56785A;
}
.TagClassName
{
border-color: #56785A;
}
</style>