Shades of Killarney #55755B
Tints of Killarney #55755B
RGB
CMYK
RGB Variations
Color information
#55755B (or 0x55755B) is known color: Killarney. HEX triplet: 55, 75 and 5B. RGB value is (85,117,91). Sum of RGB (Red+Green+Blue) = 85+117+91=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #55755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55755B is #AA8AA4. Grayscale: #686868. Windows color (decimal): -11176613 or 5993813. OLE color: 5993813.
HSL color Cylindrical-coordinate representation of color #55755B: hue angle of 131.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55755B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 91 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.54 |
| HSL | 131.25º | 0.16% | 0.4% | - |
| HSV(B) | 131.25º | 0.27% | 0.46% | - |
| XYZ | 12 | 15.41 | 12.24 | - |
| YUV | 104.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 91 | 0.27 | 0 | 0.22 | 0.54 | 131.25 | 0.16 | 0.4 |
| Hex | 55 | 75 | 5B | 1B | 0 | 16 | 36 | 83 | 10 | 28 |
| Octal | 125 | 165 | 133 | 33 | 0 | 26 | 66 | 203 | 20 | 50 |
| Binary | 1010101 | 1110101 | 1011011 | 11011 | 0 | 10110 | 110110 | 10000011 | 10000 | 101000 |
Color Harmonies of #55755B
Complementary color
Monochromatic Colors of #55755B
Black with #55755B
Text Example
Text Example
White with #55755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55755B; }
p { color: rgb(85,117,91); }
H1.HeaderClassName
{
color: #55755B;
}
.AnyTagClassName
{
color: #55755B;
}
</style>
background-color css
<style>
a { background-color: #55755B; }
a { background-color: rgb(85,117,91); }
div.DivClassName
{
background-color: #55755B;
}
.BgClassName
{
background-color: #55755B;
}
</style>
border-color css
<style>
span { border-color: #55755B; }
span { border-color: rgb(85,117,91); }
td.TdClassName
{
border-color: #55755B;
}
.TagClassName
{
border-color: #55755B;
}
</style>