Shades of Killarney #5B735E
Tints of Killarney #5B735E
RGB
CMYK
RGB Variations
Color information
#5B735E (or 0x5B735E) is known color: Killarney. HEX triplet: 5B, 73 and 5E. RGB value is (91,115,94). Sum of RGB (Red+Green+Blue) = 91+115+94=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #5B735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B735E is #A48CA1. Grayscale: #696969. Windows color (decimal): -10783906 or 6189915. OLE color: 6189915.
HSL color Cylindrical-coordinate representation of color #5B735E: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B735E is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 94 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.55 |
| HSL | 127.5º | 0.12% | 0.4% | - |
| HSV(B) | 127.5º | 0.21% | 0.45% | - |
| XYZ | 12.47 | 15.29 | 12.88 | - |
| YUV | 105.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 94 | 0.21 | 0 | 0.18 | 0.55 | 127.5 | 0.12 | 0.4 |
| Hex | 5B | 73 | 5E | 15 | 0 | 12 | 37 | 80 | C | 28 |
| Octal | 133 | 163 | 136 | 25 | 0 | 22 | 67 | 200 | 14 | 50 |
| Binary | 1011011 | 1110011 | 1011110 | 10101 | 0 | 10010 | 110111 | 10000000 | 1100 | 101000 |
Color Harmonies of #5B735E
Complementary color
Monochromatic Colors of #5B735E
Black with #5B735E
Text Example
Text Example
White with #5B735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B735E; }
p { color: rgb(91,115,94); }
H1.HeaderClassName
{
color: #5B735E;
}
.AnyTagClassName
{
color: #5B735E;
}
</style>
background-color css
<style>
a { background-color: #5B735E; }
a { background-color: rgb(91,115,94); }
div.DivClassName
{
background-color: #5B735E;
}
.BgClassName
{
background-color: #5B735E;
}
</style>
border-color css
<style>
span { border-color: #5B735E; }
span { border-color: rgb(91,115,94); }
td.TdClassName
{
border-color: #5B735E;
}
.TagClassName
{
border-color: #5B735E;
}
</style>