Shades of Killarney #56825C
Tints of Killarney #56825C
RGB
CMYK
RGB Variations
Color information
#56825C (or 0x56825C) is known color: Killarney. HEX triplet: 56, 82 and 5C. RGB value is (86,130,92). Sum of RGB (Red+Green+Blue) = 86+130+92=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #56825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56825C is #A97DA3. Grayscale: #707070. Windows color (decimal): -11107748 or 6062678. OLE color: 6062678.
HSL color Cylindrical-coordinate representation of color #56825C: hue angle of 128.18º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56825C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 92 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.49 |
| HSL | 128.18º | 0.2% | 0.42% | - |
| HSV(B) | 128.18º | 0.34% | 0.51% | - |
| XYZ | 13.75 | 18.72 | 13.01 | - |
| YUV | 112.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 92 | 0.34 | 0 | 0.29 | 0.49 | 128.18 | 0.2 | 0.42 |
| Hex | 56 | 82 | 5C | 22 | 0 | 1D | 31 | 80 | 14 | 2A |
| Octal | 126 | 202 | 134 | 42 | 0 | 35 | 61 | 200 | 24 | 52 |
| Binary | 1010110 | 10000010 | 1011100 | 100010 | 0 | 11101 | 110001 | 10000000 | 10100 | 101010 |
Color Harmonies of #56825C
Complementary color
Monochromatic Colors of #56825C
Black with #56825C
Text Example
Text Example
White with #56825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56825C; }
p { color: rgb(86,130,92); }
H1.HeaderClassName
{
color: #56825C;
}
.AnyTagClassName
{
color: #56825C;
}
</style>
background-color css
<style>
a { background-color: #56825C; }
a { background-color: rgb(86,130,92); }
div.DivClassName
{
background-color: #56825C;
}
.BgClassName
{
background-color: #56825C;
}
</style>
border-color css
<style>
span { border-color: #56825C; }
span { border-color: rgb(86,130,92); }
td.TdClassName
{
border-color: #56825C;
}
.TagClassName
{
border-color: #56825C;
}
</style>