Shades of Killarney #566F58
Tints of Killarney #566F58
RGB
CMYK
RGB Variations
Color information
#566F58 (or 0x566F58) is known color: Killarney. HEX triplet: 56, 6F and 58. RGB value is (86,111,88). Sum of RGB (Red+Green+Blue) = 86+111+88=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #566F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F58 is #A990A7. Grayscale: #646464. Windows color (decimal): -11112616 or 5795670. OLE color: 5795670.
HSL color Cylindrical-coordinate representation of color #566F58: hue angle of 124.8º 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 #566F58 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 88 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.56 |
| HSL | 124.8º | 0.13% | 0.39% | - |
| HSV(B) | 124.8º | 0.23% | 0.44% | - |
| XYZ | 11.28 | 14.05 | 11.35 | - |
| YUV | 100.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 88 | 0.23 | 0 | 0.21 | 0.56 | 124.8 | 0.13 | 0.39 |
| Hex | 56 | 6F | 58 | 17 | 0 | 15 | 38 | 7D | D | 27 |
| Octal | 126 | 157 | 130 | 27 | 0 | 25 | 70 | 175 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1011000 | 10111 | 0 | 10101 | 111000 | 1111101 | 1101 | 100111 |
Color Harmonies of #566F58
Complementary color
Monochromatic Colors of #566F58
Black with #566F58
Text Example
Text Example
White with #566F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F58; }
p { color: rgb(86,111,88); }
H1.HeaderClassName
{
color: #566F58;
}
.AnyTagClassName
{
color: #566F58;
}
</style>
background-color css
<style>
a { background-color: #566F58; }
a { background-color: rgb(86,111,88); }
div.DivClassName
{
background-color: #566F58;
}
.BgClassName
{
background-color: #566F58;
}
</style>
border-color css
<style>
span { border-color: #566F58; }
span { border-color: rgb(86,111,88); }
td.TdClassName
{
border-color: #566F58;
}
.TagClassName
{
border-color: #566F58;
}
</style>