Shades of Cutty Sark #5D886E
Tints of Cutty Sark #5D886E
RGB
CMYK
RGB Variations
Color information
#5D886E (or 0x5D886E) is known color: Cutty Sark. HEX triplet: 5D, 88 and 6E. RGB value is (93,136,110). Sum of RGB (Red+Green+Blue) = 93+136+110=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #5D886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D886E is #A27791. Grayscale: #787878. Windows color (decimal): -10647442 or 7243869. OLE color: 7243869.
HSL color Cylindrical-coordinate representation of color #5D886E: hue angle of 143.72º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D886E is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 110 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.47 |
| HSL | 143.72º | 0.19% | 0.45% | - |
| HSV(B) | 143.72º | 0.32% | 0.53% | - |
| XYZ | 16.13 | 21.06 | 17.97 | - |
| YUV | 120.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 110 | 0.32 | 0 | 0.19 | 0.47 | 143.72 | 0.19 | 0.45 |
| Hex | 5D | 88 | 6E | 20 | 0 | 13 | 2F | 90 | 13 | 2D |
| Octal | 135 | 210 | 156 | 40 | 0 | 23 | 57 | 220 | 23 | 55 |
| Binary | 1011101 | 10001000 | 1101110 | 100000 | 0 | 10011 | 101111 | 10010000 | 10011 | 101101 |
Color Harmonies of #5D886E
Complementary color
Monochromatic Colors of #5D886E
Black with #5D886E
Text Example
Text Example
White with #5D886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D886E; }
p { color: rgb(93,136,110); }
H1.HeaderClassName
{
color: #5D886E;
}
.AnyTagClassName
{
color: #5D886E;
}
</style>
background-color css
<style>
a { background-color: #5D886E; }
a { background-color: rgb(93,136,110); }
div.DivClassName
{
background-color: #5D886E;
}
.BgClassName
{
background-color: #5D886E;
}
</style>
border-color css
<style>
span { border-color: #5D886E; }
span { border-color: rgb(93,136,110); }
td.TdClassName
{
border-color: #5D886E;
}
.TagClassName
{
border-color: #5D886E;
}
</style>