Shades of Cutty Sark #5D866E
Tints of Cutty Sark #5D866E
RGB
CMYK
RGB Variations
Color information
#5D866E (or 0x5D866E) is known color: Cutty Sark. HEX triplet: 5D, 86 and 6E. RGB value is (93,134,110). Sum of RGB (Red+Green+Blue) = 93+134+110=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #5D866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D866E is #A27991. Grayscale: #777777. Windows color (decimal): -10647954 or 7243357. OLE color: 7243357.
HSL color Cylindrical-coordinate representation of color #5D866E: hue angle of 144.88º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D866E is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 110 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.47 |
| HSL | 144.88º | 0.18% | 0.45% | - |
| HSV(B) | 144.88º | 0.31% | 0.53% | - |
| XYZ | 15.85 | 20.5 | 17.87 | - |
| YUV | 119.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 110 | 0.31 | 0 | 0.18 | 0.47 | 144.88 | 0.18 | 0.45 |
| Hex | 5D | 86 | 6E | 1F | 0 | 12 | 2F | 91 | 12 | 2D |
| Octal | 135 | 206 | 156 | 37 | 0 | 22 | 57 | 221 | 22 | 55 |
| Binary | 1011101 | 10000110 | 1101110 | 11111 | 0 | 10010 | 101111 | 10010001 | 10010 | 101101 |
Color Harmonies of #5D866E
Complementary color
Monochromatic Colors of #5D866E
Black with #5D866E
Text Example
Text Example
White with #5D866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D866E; }
p { color: rgb(93,134,110); }
H1.HeaderClassName
{
color: #5D866E;
}
.AnyTagClassName
{
color: #5D866E;
}
</style>
background-color css
<style>
a { background-color: #5D866E; }
a { background-color: rgb(93,134,110); }
div.DivClassName
{
background-color: #5D866E;
}
.BgClassName
{
background-color: #5D866E;
}
</style>
border-color css
<style>
span { border-color: #5D866E; }
span { border-color: rgb(93,134,110); }
td.TdClassName
{
border-color: #5D866E;
}
.TagClassName
{
border-color: #5D866E;
}
</style>