Shades of Killarney #5B775D
Tints of Killarney #5B775D
RGB
CMYK
RGB Variations
Color information
#5B775D (or 0x5B775D) is known color: Killarney. HEX triplet: 5B, 77 and 5D. RGB value is (91,119,93). Sum of RGB (Red+Green+Blue) = 91+119+93=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #5B775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B775D is #A488A2. Grayscale: #6B6B6B. Windows color (decimal): -10782883 or 6125403. OLE color: 6125403.
HSL color Cylindrical-coordinate representation of color #5B775D: hue angle of 124.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B775D is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 93 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.53 |
| HSL | 124.29º | 0.13% | 0.41% | - |
| HSV(B) | 124.29º | 0.24% | 0.47% | - |
| XYZ | 12.89 | 16.21 | 12.81 | - |
| YUV | 107.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 93 | 0.24 | 0 | 0.22 | 0.53 | 124.29 | 0.13 | 0.41 |
| Hex | 5B | 77 | 5D | 18 | 0 | 16 | 35 | 7C | D | 29 |
| Octal | 133 | 167 | 135 | 30 | 0 | 26 | 65 | 174 | 15 | 51 |
| Binary | 1011011 | 1110111 | 1011101 | 11000 | 0 | 10110 | 110101 | 1111100 | 1101 | 101001 |
Color Harmonies of #5B775D
Complementary color
Monochromatic Colors of #5B775D
Black with #5B775D
Text Example
Text Example
White with #5B775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B775D; }
p { color: rgb(91,119,93); }
H1.HeaderClassName
{
color: #5B775D;
}
.AnyTagClassName
{
color: #5B775D;
}
</style>
background-color css
<style>
a { background-color: #5B775D; }
a { background-color: rgb(91,119,93); }
div.DivClassName
{
background-color: #5B775D;
}
.BgClassName
{
background-color: #5B775D;
}
</style>
border-color css
<style>
span { border-color: #5B775D; }
span { border-color: rgb(91,119,93); }
td.TdClassName
{
border-color: #5B775D;
}
.TagClassName
{
border-color: #5B775D;
}
</style>