Shades of Killarney #56745B
Tints of Killarney #56745B
RGB
CMYK
RGB Variations
Color information
#56745B (or 0x56745B) is known color: Killarney. HEX triplet: 56, 74 and 5B. RGB value is (86,116,91). Sum of RGB (Red+Green+Blue) = 86+116+91=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #56745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56745B is #A98BA4. Grayscale: #686868. Windows color (decimal): -11111333 or 5993558. OLE color: 5993558.
HSL color Cylindrical-coordinate representation of color #56745B: hue angle of 130º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56745B is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 116 | 91 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.55 |
| HSL | 130º | 0.15% | 0.4% | - |
| HSV(B) | 130º | 0.26% | 0.45% | - |
| XYZ | 11.97 | 15.22 | 12.21 | - |
| YUV | 104.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 91 | 0.26 | 0 | 0.22 | 0.55 | 130 | 0.15 | 0.4 |
| Hex | 56 | 74 | 5B | 1A | 0 | 16 | 37 | 82 | F | 28 |
| Octal | 126 | 164 | 133 | 32 | 0 | 26 | 67 | 202 | 17 | 50 |
| Binary | 1010110 | 1110100 | 1011011 | 11010 | 0 | 10110 | 110111 | 10000010 | 1111 | 101000 |
Color Harmonies of #56745B
Complementary color
Monochromatic Colors of #56745B
Black with #56745B
Text Example
Text Example
White with #56745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56745B; }
p { color: rgb(86,116,91); }
H1.HeaderClassName
{
color: #56745B;
}
.AnyTagClassName
{
color: #56745B;
}
</style>
background-color css
<style>
a { background-color: #56745B; }
a { background-color: rgb(86,116,91); }
div.DivClassName
{
background-color: #56745B;
}
.BgClassName
{
background-color: #56745B;
}
</style>
border-color css
<style>
span { border-color: #56745B; }
span { border-color: rgb(86,116,91); }
td.TdClassName
{
border-color: #56745B;
}
.TagClassName
{
border-color: #56745B;
}
</style>