Shades of Killarney #57785A
Tints of Killarney #57785A
RGB
CMYK
RGB Variations
Color information
#57785A (or 0x57785A) is known color: Killarney. HEX triplet: 57, 78 and 5A. RGB value is (87,120,90). Sum of RGB (Red+Green+Blue) = 87+120+90=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #57785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57785A is #A887A5. Grayscale: #6A6A6A. Windows color (decimal): -11044774 or 5929047. OLE color: 5929047.
HSL color Cylindrical-coordinate representation of color #57785A: hue angle of 125.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57785A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 120 | 90 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.53 |
| HSL | 125.45º | 0.16% | 0.41% | - |
| HSV(B) | 125.45º | 0.28% | 0.47% | - |
| XYZ | 12.49 | 16.2 | 12.14 | - |
| YUV | 106.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 90 | 0.28 | 0 | 0.25 | 0.53 | 125.45 | 0.16 | 0.41 |
| Hex | 57 | 78 | 5A | 1C | 0 | 19 | 35 | 7D | 10 | 29 |
| Octal | 127 | 170 | 132 | 34 | 0 | 31 | 65 | 175 | 20 | 51 |
| Binary | 1010111 | 1111000 | 1011010 | 11100 | 0 | 11001 | 110101 | 1111101 | 10000 | 101001 |
Color Harmonies of #57785A
Complementary color
Monochromatic Colors of #57785A
Black with #57785A
Text Example
Text Example
White with #57785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57785A; }
p { color: rgb(87,120,90); }
H1.HeaderClassName
{
color: #57785A;
}
.AnyTagClassName
{
color: #57785A;
}
</style>
background-color css
<style>
a { background-color: #57785A; }
a { background-color: rgb(87,120,90); }
div.DivClassName
{
background-color: #57785A;
}
.BgClassName
{
background-color: #57785A;
}
</style>
border-color css
<style>
span { border-color: #57785A; }
span { border-color: rgb(87,120,90); }
td.TdClassName
{
border-color: #57785A;
}
.TagClassName
{
border-color: #57785A;
}
</style>