Shades of Killarney #5B755E
Tints of Killarney #5B755E
RGB
CMYK
RGB Variations
Color information
#5B755E (or 0x5B755E) is known color: Killarney. HEX triplet: 5B, 75 and 5E. RGB value is (91,117,94). Sum of RGB (Red+Green+Blue) = 91+117+94=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #5B755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B755E is #A48AA1. Grayscale: #6A6A6A. Windows color (decimal): -10783394 or 6190427. OLE color: 6190427.
HSL color Cylindrical-coordinate representation of color #5B755E: hue angle of 126.92º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B755E is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 117 | 94 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.54 |
| HSL | 126.92º | 0.13% | 0.41% | - |
| HSV(B) | 126.92º | 0.22% | 0.46% | - |
| XYZ | 12.7 | 15.75 | 12.96 | - |
| YUV | 106.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 94 | 0.22 | 0 | 0.20 | 0.54 | 126.92 | 0.13 | 0.41 |
| Hex | 5B | 75 | 5E | 16 | 0 | 14 | 36 | 7F | C | 29 |
| Octal | 133 | 165 | 136 | 26 | 0 | 24 | 66 | 177 | 14 | 51 |
| Binary | 1011011 | 1110101 | 1011110 | 10110 | 0 | 10100 | 110110 | 1111111 | 1100 | 101001 |
Color Harmonies of #5B755E
Complementary color
Monochromatic Colors of #5B755E
Black with #5B755E
Text Example
Text Example
White with #5B755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B755E; }
p { color: rgb(91,117,94); }
H1.HeaderClassName
{
color: #5B755E;
}
.AnyTagClassName
{
color: #5B755E;
}
</style>
background-color css
<style>
a { background-color: #5B755E; }
a { background-color: rgb(91,117,94); }
div.DivClassName
{
background-color: #5B755E;
}
.BgClassName
{
background-color: #5B755E;
}
</style>
border-color css
<style>
span { border-color: #5B755E; }
span { border-color: rgb(91,117,94); }
td.TdClassName
{
border-color: #5B755E;
}
.TagClassName
{
border-color: #5B755E;
}
</style>