Shades of Killarney #56725B
Tints of Killarney #56725B
RGB
CMYK
RGB Variations
Color information
#56725B (or 0x56725B) is known color: Killarney. HEX triplet: 56, 72 and 5B. RGB value is (86,114,91). Sum of RGB (Red+Green+Blue) = 86+114+91=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #56725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56725B is #A98DA4. Grayscale: #676767. Windows color (decimal): -11111845 or 5993046. OLE color: 5993046.
HSL color Cylindrical-coordinate representation of color #56725B: hue angle of 130.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56725B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 91 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.55 |
| HSL | 130.71º | 0.14% | 0.39% | - |
| HSV(B) | 130.71º | 0.25% | 0.45% | - |
| XYZ | 11.74 | 14.77 | 12.13 | - |
| YUV | 103.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 91 | 0.25 | 0 | 0.20 | 0.55 | 130.71 | 0.14 | 0.39 |
| Hex | 56 | 72 | 5B | 19 | 0 | 14 | 37 | 83 | E | 27 |
| Octal | 126 | 162 | 133 | 31 | 0 | 24 | 67 | 203 | 16 | 47 |
| Binary | 1010110 | 1110010 | 1011011 | 11001 | 0 | 10100 | 110111 | 10000011 | 1110 | 100111 |
Color Harmonies of #56725B
Complementary color
Monochromatic Colors of #56725B
Black with #56725B
Text Example
Text Example
White with #56725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56725B; }
p { color: rgb(86,114,91); }
H1.HeaderClassName
{
color: #56725B;
}
.AnyTagClassName
{
color: #56725B;
}
</style>
background-color css
<style>
a { background-color: #56725B; }
a { background-color: rgb(86,114,91); }
div.DivClassName
{
background-color: #56725B;
}
.BgClassName
{
background-color: #56725B;
}
</style>
border-color css
<style>
span { border-color: #56725B; }
span { border-color: rgb(86,114,91); }
td.TdClassName
{
border-color: #56725B;
}
.TagClassName
{
border-color: #56725B;
}
</style>