Shades of Killarney #5B745E
Tints of Killarney #5B745E
RGB
CMYK
RGB Variations
Color information
#5B745E (or 0x5B745E) is known color: Killarney. HEX triplet: 5B, 74 and 5E. RGB value is (91,116,94). Sum of RGB (Red+Green+Blue) = 91+116+94=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #5B745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B745E is #A48BA1. Grayscale: #6A6A6A. Windows color (decimal): -10783650 or 6190171. OLE color: 6190171.
HSL color Cylindrical-coordinate representation of color #5B745E: hue angle of 127.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B745E is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 94 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.55 |
| HSL | 127.2º | 0.12% | 0.41% | - |
| HSV(B) | 127.2º | 0.22% | 0.45% | - |
| XYZ | 12.58 | 15.52 | 12.92 | - |
| YUV | 106.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 94 | 0.22 | 0 | 0.19 | 0.55 | 127.2 | 0.12 | 0.41 |
| Hex | 5B | 74 | 5E | 16 | 0 | 13 | 37 | 7F | C | 29 |
| Octal | 133 | 164 | 136 | 26 | 0 | 23 | 67 | 177 | 14 | 51 |
| Binary | 1011011 | 1110100 | 1011110 | 10110 | 0 | 10011 | 110111 | 1111111 | 1100 | 101001 |
Color Harmonies of #5B745E
Complementary color
Monochromatic Colors of #5B745E
Black with #5B745E
Text Example
Text Example
White with #5B745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B745E; }
p { color: rgb(91,116,94); }
H1.HeaderClassName
{
color: #5B745E;
}
.AnyTagClassName
{
color: #5B745E;
}
</style>
background-color css
<style>
a { background-color: #5B745E; }
a { background-color: rgb(91,116,94); }
div.DivClassName
{
background-color: #5B745E;
}
.BgClassName
{
background-color: #5B745E;
}
</style>
border-color css
<style>
span { border-color: #5B745E; }
span { border-color: rgb(91,116,94); }
td.TdClassName
{
border-color: #5B745E;
}
.TagClassName
{
border-color: #5B745E;
}
</style>