Shades of Cutty Sark #5B866D
Tints of Cutty Sark #5B866D
RGB
CMYK
RGB Variations
Color information
#5B866D (or 0x5B866D) is known color: Cutty Sark. HEX triplet: 5B, 86 and 6D. RGB value is (91,134,109). Sum of RGB (Red+Green+Blue) = 91+134+109=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #5B866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B866D is #A47992. Grayscale: #767676. Windows color (decimal): -10779027 or 7177819. OLE color: 7177819.
HSL color Cylindrical-coordinate representation of color #5B866D: hue angle of 145.12º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B866D is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 134 | 109 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.47 |
| HSL | 145.12º | 0.19% | 0.44% | - |
| HSV(B) | 145.12º | 0.32% | 0.53% | - |
| XYZ | 15.6 | 20.38 | 17.58 | - |
| YUV | 118.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 109 | 0.32 | 0 | 0.19 | 0.47 | 145.12 | 0.19 | 0.44 |
| Hex | 5B | 86 | 6D | 20 | 0 | 13 | 2F | 91 | 13 | 2C |
| Octal | 133 | 206 | 155 | 40 | 0 | 23 | 57 | 221 | 23 | 54 |
| Binary | 1011011 | 10000110 | 1101101 | 100000 | 0 | 10011 | 101111 | 10010001 | 10011 | 101100 |
Color Harmonies of #5B866D
Complementary color
Monochromatic Colors of #5B866D
Black with #5B866D
Text Example
Text Example
White with #5B866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B866D; }
p { color: rgb(91,134,109); }
H1.HeaderClassName
{
color: #5B866D;
}
.AnyTagClassName
{
color: #5B866D;
}
</style>
background-color css
<style>
a { background-color: #5B866D; }
a { background-color: rgb(91,134,109); }
div.DivClassName
{
background-color: #5B866D;
}
.BgClassName
{
background-color: #5B866D;
}
</style>
border-color css
<style>
span { border-color: #5B866D; }
span { border-color: rgb(91,134,109); }
td.TdClassName
{
border-color: #5B866D;
}
.TagClassName
{
border-color: #5B866D;
}
</style>