Shades of Killarney #5B775F
Tints of Killarney #5B775F
RGB
CMYK
RGB Variations
Color information
#5B775F (or 0x5B775F) is known color: Killarney. HEX triplet: 5B, 77 and 5F. RGB value is (91,119,95). Sum of RGB (Red+Green+Blue) = 91+119+95=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #5B775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B775F is #A488A0. Grayscale: #6B6B6B. Windows color (decimal): -10782881 or 6256475. OLE color: 6256475.
HSL color Cylindrical-coordinate representation of color #5B775F: hue angle of 128.57º 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 #5B775F is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 95 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.53 |
| HSL | 128.57º | 0.13% | 0.41% | - |
| HSV(B) | 128.57º | 0.24% | 0.47% | - |
| XYZ | 12.98 | 16.24 | 13.28 | - |
| YUV | 107.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 95 | 0.24 | 0 | 0.20 | 0.53 | 128.57 | 0.13 | 0.41 |
| Hex | 5B | 77 | 5F | 18 | 0 | 14 | 35 | 81 | D | 29 |
| Octal | 133 | 167 | 137 | 30 | 0 | 24 | 65 | 201 | 15 | 51 |
| Binary | 1011011 | 1110111 | 1011111 | 11000 | 0 | 10100 | 110101 | 10000001 | 1101 | 101001 |
Color Harmonies of #5B775F
Complementary color
Monochromatic Colors of #5B775F
Black with #5B775F
Text Example
Text Example
White with #5B775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B775F; }
p { color: rgb(91,119,95); }
H1.HeaderClassName
{
color: #5B775F;
}
.AnyTagClassName
{
color: #5B775F;
}
</style>
background-color css
<style>
a { background-color: #5B775F; }
a { background-color: rgb(91,119,95); }
div.DivClassName
{
background-color: #5B775F;
}
.BgClassName
{
background-color: #5B775F;
}
</style>
border-color css
<style>
span { border-color: #5B775F; }
span { border-color: rgb(91,119,95); }
td.TdClassName
{
border-color: #5B775F;
}
.TagClassName
{
border-color: #5B775F;
}
</style>