Shades of Killarney #55765B
Tints of Killarney #55765B
RGB
CMYK
RGB Variations
Color information
#55765B (or 0x55765B) is known color: Killarney. HEX triplet: 55, 76 and 5B. RGB value is (85,118,91). Sum of RGB (Red+Green+Blue) = 85+118+91=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #55765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55765B is #AA89A4. Grayscale: #696969. Windows color (decimal): -11176357 or 5994069. OLE color: 5994069.
HSL color Cylindrical-coordinate representation of color #55765B: hue angle of 130.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55765B is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 91 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.54 |
| HSL | 130.91º | 0.16% | 0.4% | - |
| HSV(B) | 130.91º | 0.28% | 0.46% | - |
| XYZ | 12.11 | 15.64 | 12.28 | - |
| YUV | 105.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 91 | 0.28 | 0 | 0.23 | 0.54 | 130.91 | 0.16 | 0.4 |
| Hex | 55 | 76 | 5B | 1C | 0 | 17 | 36 | 83 | 10 | 28 |
| Octal | 125 | 166 | 133 | 34 | 0 | 27 | 66 | 203 | 20 | 50 |
| Binary | 1010101 | 1110110 | 1011011 | 11100 | 0 | 10111 | 110110 | 10000011 | 10000 | 101000 |
Color Harmonies of #55765B
Complementary color
Monochromatic Colors of #55765B
Black with #55765B
Text Example
Text Example
White with #55765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55765B; }
p { color: rgb(85,118,91); }
H1.HeaderClassName
{
color: #55765B;
}
.AnyTagClassName
{
color: #55765B;
}
</style>
background-color css
<style>
a { background-color: #55765B; }
a { background-color: rgb(85,118,91); }
div.DivClassName
{
background-color: #55765B;
}
.BgClassName
{
background-color: #55765B;
}
</style>
border-color css
<style>
span { border-color: #55765B; }
span { border-color: rgb(85,118,91); }
td.TdClassName
{
border-color: #55765B;
}
.TagClassName
{
border-color: #55765B;
}
</style>