Shades of Cutty Sark #5D887A
Tints of Cutty Sark #5D887A
RGB
CMYK
RGB Variations
Color information
#5D887A (or 0x5D887A) is known color: Cutty Sark. HEX triplet: 5D, 88 and 7A. RGB value is (93,136,122). Sum of RGB (Red+Green+Blue) = 93+136+122=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #5D887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D887A is #A27785. Grayscale: #797979. Windows color (decimal): -10647430 or 8030301. OLE color: 8030301.
HSL color Cylindrical-coordinate representation of color #5D887A: hue angle of 160.47º 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 #5D887A is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 122 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.47 |
| HSL | 160.47º | 0.19% | 0.45% | - |
| HSV(B) | 160.47º | 0.32% | 0.53% | - |
| XYZ | 16.83 | 21.34 | 21.64 | - |
| YUV | 121.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 122 | 0.32 | 0 | 0.10 | 0.47 | 160.47 | 0.19 | 0.45 |
| Hex | 5D | 88 | 7A | 20 | 0 | A | 2F | A0 | 13 | 2D |
| Octal | 135 | 210 | 172 | 40 | 0 | 12 | 57 | 240 | 23 | 55 |
| Binary | 1011101 | 10001000 | 1111010 | 100000 | 0 | 1010 | 101111 | 10100000 | 10011 | 101101 |
Color Harmonies of #5D887A
Complementary color
Monochromatic Colors of #5D887A
Black with #5D887A
Text Example
Text Example
White with #5D887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D887A; }
p { color: rgb(93,136,122); }
H1.HeaderClassName
{
color: #5D887A;
}
.AnyTagClassName
{
color: #5D887A;
}
</style>
background-color css
<style>
a { background-color: #5D887A; }
a { background-color: rgb(93,136,122); }
div.DivClassName
{
background-color: #5D887A;
}
.BgClassName
{
background-color: #5D887A;
}
</style>
border-color css
<style>
span { border-color: #5D887A; }
span { border-color: rgb(93,136,122); }
td.TdClassName
{
border-color: #5D887A;
}
.TagClassName
{
border-color: #5D887A;
}
</style>