Shades of Killarney #57745A
Tints of Killarney #57745A
RGB
CMYK
RGB Variations
Color information
#57745A (or 0x57745A) is known color: Killarney. HEX triplet: 57, 74 and 5A. RGB value is (87,116,90). Sum of RGB (Red+Green+Blue) = 87+116+90=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #57745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57745A is #A88BA5. Grayscale: #686868. Windows color (decimal): -11045798 or 5928023. OLE color: 5928023.
HSL color Cylindrical-coordinate representation of color #57745A: hue angle of 126.21º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57745A is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 116 | 90 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.55 |
| HSL | 126.21º | 0.14% | 0.4% | - |
| HSV(B) | 126.21º | 0.25% | 0.45% | - |
| XYZ | 12.02 | 15.26 | 11.98 | - |
| YUV | 104.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 90 | 0.25 | 0 | 0.22 | 0.55 | 126.21 | 0.14 | 0.4 |
| Hex | 57 | 74 | 5A | 19 | 0 | 16 | 37 | 7E | E | 28 |
| Octal | 127 | 164 | 132 | 31 | 0 | 26 | 67 | 176 | 16 | 50 |
| Binary | 1010111 | 1110100 | 1011010 | 11001 | 0 | 10110 | 110111 | 1111110 | 1110 | 101000 |
Color Harmonies of #57745A
Complementary color
Monochromatic Colors of #57745A
Black with #57745A
Text Example
Text Example
White with #57745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57745A; }
p { color: rgb(87,116,90); }
H1.HeaderClassName
{
color: #57745A;
}
.AnyTagClassName
{
color: #57745A;
}
</style>
background-color css
<style>
a { background-color: #57745A; }
a { background-color: rgb(87,116,90); }
div.DivClassName
{
background-color: #57745A;
}
.BgClassName
{
background-color: #57745A;
}
</style>
border-color css
<style>
span { border-color: #57745A; }
span { border-color: rgb(87,116,90); }
td.TdClassName
{
border-color: #57745A;
}
.TagClassName
{
border-color: #57745A;
}
</style>