Shades of Killarney #56725A
Tints of Killarney #56725A
RGB
CMYK
RGB Variations
Color information
#56725A (or 0x56725A) is known color: Killarney. HEX triplet: 56, 72 and 5A. RGB value is (86,114,90). Sum of RGB (Red+Green+Blue) = 86+114+90=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #56725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56725A is #A98DA5. Grayscale: #666666. Windows color (decimal): -11111846 or 5927510. OLE color: 5927510.
HSL color Cylindrical-coordinate representation of color #56725A: hue angle of 128.57º 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 #56725A is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 90 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.55 |
| HSL | 128.57º | 0.14% | 0.39% | - |
| HSV(B) | 128.57º | 0.25% | 0.45% | - |
| XYZ | 11.7 | 14.75 | 11.9 | - |
| YUV | 102.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 90 | 0.25 | 0 | 0.21 | 0.55 | 128.57 | 0.14 | 0.39 |
| Hex | 56 | 72 | 5A | 19 | 0 | 15 | 37 | 81 | E | 27 |
| Octal | 126 | 162 | 132 | 31 | 0 | 25 | 67 | 201 | 16 | 47 |
| Binary | 1010110 | 1110010 | 1011010 | 11001 | 0 | 10101 | 110111 | 10000001 | 1110 | 100111 |
Color Harmonies of #56725A
Complementary color
Monochromatic Colors of #56725A
Black with #56725A
Text Example
Text Example
White with #56725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56725A; }
p { color: rgb(86,114,90); }
H1.HeaderClassName
{
color: #56725A;
}
.AnyTagClassName
{
color: #56725A;
}
</style>
background-color css
<style>
a { background-color: #56725A; }
a { background-color: rgb(86,114,90); }
div.DivClassName
{
background-color: #56725A;
}
.BgClassName
{
background-color: #56725A;
}
</style>
border-color css
<style>
span { border-color: #56725A; }
span { border-color: rgb(86,114,90); }
td.TdClassName
{
border-color: #56725A;
}
.TagClassName
{
border-color: #56725A;
}
</style>