Shades of Killarney #566F56
Tints of Killarney #566F56
RGB
CMYK
RGB Variations
Color information
#566F56 (or 0x566F56) is known color: Killarney. HEX triplet: 56, 6F and 56. RGB value is (86,111,86). Sum of RGB (Red+Green+Blue) = 86+111+86=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #566F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F56 is #A990A9. Grayscale: #646464. Windows color (decimal): -11112618 or 5664598. OLE color: 5664598.
HSL color Cylindrical-coordinate representation of color #566F56: hue angle of 120º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566F56 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 86 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.56 |
| HSL | 120º | 0.13% | 0.39% | - |
| HSV(B) | 120º | 0.23% | 0.44% | - |
| XYZ | 11.2 | 14.02 | 10.92 | - |
| YUV | 100.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 86 | 0.23 | 0 | 0.23 | 0.56 | 120 | 0.13 | 0.39 |
| Hex | 56 | 6F | 56 | 17 | 0 | 17 | 38 | 78 | D | 27 |
| Octal | 126 | 157 | 126 | 27 | 0 | 27 | 70 | 170 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1010110 | 10111 | 0 | 10111 | 111000 | 1111000 | 1101 | 100111 |
Color Harmonies of #566F56
Complementary color
Monochromatic Colors of #566F56
Black with #566F56
Text Example
Text Example
White with #566F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F56; }
p { color: rgb(86,111,86); }
H1.HeaderClassName
{
color: #566F56;
}
.AnyTagClassName
{
color: #566F56;
}
</style>
background-color css
<style>
a { background-color: #566F56; }
a { background-color: rgb(86,111,86); }
div.DivClassName
{
background-color: #566F56;
}
.BgClassName
{
background-color: #566F56;
}
</style>
border-color css
<style>
span { border-color: #566F56; }
span { border-color: rgb(86,111,86); }
td.TdClassName
{
border-color: #566F56;
}
.TagClassName
{
border-color: #566F56;
}
</style>