Shades of Cutty Sark #5D896E
Tints of Cutty Sark #5D896E
RGB
CMYK
RGB Variations
Color information
#5D896E (or 0x5D896E) is known color: Cutty Sark. HEX triplet: 5D, 89 and 6E. RGB value is (93,137,110). Sum of RGB (Red+Green+Blue) = 93+137+110=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #5D896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D896E is #A27691. Grayscale: #787878. Windows color (decimal): -10647186 or 7244125. OLE color: 7244125.
HSL color Cylindrical-coordinate representation of color #5D896E: hue angle of 143.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D896E is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 110 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.46 |
| HSL | 143.18º | 0.19% | 0.45% | - |
| HSV(B) | 143.18º | 0.32% | 0.54% | - |
| XYZ | 16.27 | 21.34 | 18.01 | - |
| YUV | 120.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 110 | 0.32 | 0 | 0.20 | 0.46 | 143.18 | 0.19 | 0.45 |
| Hex | 5D | 89 | 6E | 20 | 0 | 14 | 2E | 8F | 13 | 2D |
| Octal | 135 | 211 | 156 | 40 | 0 | 24 | 56 | 217 | 23 | 55 |
| Binary | 1011101 | 10001001 | 1101110 | 100000 | 0 | 10100 | 101110 | 10001111 | 10011 | 101101 |
Color Harmonies of #5D896E
Complementary color
Monochromatic Colors of #5D896E
Black with #5D896E
Text Example
Text Example
White with #5D896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D896E; }
p { color: rgb(93,137,110); }
H1.HeaderClassName
{
color: #5D896E;
}
.AnyTagClassName
{
color: #5D896E;
}
</style>
background-color css
<style>
a { background-color: #5D896E; }
a { background-color: rgb(93,137,110); }
div.DivClassName
{
background-color: #5D896E;
}
.BgClassName
{
background-color: #5D896E;
}
</style>
border-color css
<style>
span { border-color: #5D896E; }
span { border-color: rgb(93,137,110); }
td.TdClassName
{
border-color: #5D896E;
}
.TagClassName
{
border-color: #5D896E;
}
</style>