Shades of Cutty Sark #5D896F
Tints of Cutty Sark #5D896F
RGB
CMYK
RGB Variations
Color information
#5D896F (or 0x5D896F) is known color: Cutty Sark. HEX triplet: 5D, 89 and 6F. RGB value is (93,137,111). Sum of RGB (Red+Green+Blue) = 93+137+111=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #5D896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D896F is #A27690. Grayscale: #787878. Windows color (decimal): -10647185 or 7309661. OLE color: 7309661.
HSL color Cylindrical-coordinate representation of color #5D896F: hue angle of 144.55º 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 #5D896F is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 111 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.46 |
| HSL | 144.55º | 0.19% | 0.45% | - |
| HSV(B) | 144.55º | 0.32% | 0.54% | - |
| XYZ | 16.33 | 21.37 | 18.3 | - |
| YUV | 120.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 111 | 0.32 | 0 | 0.19 | 0.46 | 144.55 | 0.19 | 0.45 |
| Hex | 5D | 89 | 6F | 20 | 0 | 13 | 2E | 91 | 13 | 2D |
| Octal | 135 | 211 | 157 | 40 | 0 | 23 | 56 | 221 | 23 | 55 |
| Binary | 1011101 | 10001001 | 1101111 | 100000 | 0 | 10011 | 101110 | 10010001 | 10011 | 101101 |
Color Harmonies of #5D896F
Complementary color
Monochromatic Colors of #5D896F
Black with #5D896F
Text Example
Text Example
White with #5D896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D896F; }
p { color: rgb(93,137,111); }
H1.HeaderClassName
{
color: #5D896F;
}
.AnyTagClassName
{
color: #5D896F;
}
</style>
background-color css
<style>
a { background-color: #5D896F; }
a { background-color: rgb(93,137,111); }
div.DivClassName
{
background-color: #5D896F;
}
.BgClassName
{
background-color: #5D896F;
}
</style>
border-color css
<style>
span { border-color: #5D896F; }
span { border-color: rgb(93,137,111); }
td.TdClassName
{
border-color: #5D896F;
}
.TagClassName
{
border-color: #5D896F;
}
</style>