Shades of Killarney #5B735D
Tints of Killarney #5B735D
RGB
CMYK
RGB Variations
Color information
#5B735D (or 0x5B735D) is known color: Killarney. HEX triplet: 5B, 73 and 5D. RGB value is (91,115,93). Sum of RGB (Red+Green+Blue) = 91+115+93=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #5B735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B735D is #A48CA2. Grayscale: #696969. Windows color (decimal): -10783907 or 6124379. OLE color: 6124379.
HSL color Cylindrical-coordinate representation of color #5B735D: hue angle of 125º 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 #5B735D is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 93 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.55 |
| HSL | 125º | 0.12% | 0.4% | - |
| HSV(B) | 125º | 0.21% | 0.45% | - |
| XYZ | 12.42 | 15.28 | 12.65 | - |
| YUV | 105.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 93 | 0.21 | 0 | 0.19 | 0.55 | 125 | 0.12 | 0.4 |
| Hex | 5B | 73 | 5D | 15 | 0 | 13 | 37 | 7D | C | 28 |
| Octal | 133 | 163 | 135 | 25 | 0 | 23 | 67 | 175 | 14 | 50 |
| Binary | 1011011 | 1110011 | 1011101 | 10101 | 0 | 10011 | 110111 | 1111101 | 1100 | 101000 |
Color Harmonies of #5B735D
Complementary color
Monochromatic Colors of #5B735D
Black with #5B735D
Text Example
Text Example
White with #5B735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B735D; }
p { color: rgb(91,115,93); }
H1.HeaderClassName
{
color: #5B735D;
}
.AnyTagClassName
{
color: #5B735D;
}
</style>
background-color css
<style>
a { background-color: #5B735D; }
a { background-color: rgb(91,115,93); }
div.DivClassName
{
background-color: #5B735D;
}
.BgClassName
{
background-color: #5B735D;
}
</style>
border-color css
<style>
span { border-color: #5B735D; }
span { border-color: rgb(91,115,93); }
td.TdClassName
{
border-color: #5B735D;
}
.TagClassName
{
border-color: #5B735D;
}
</style>