Shades of Cutty Sark #5D897A
Tints of Cutty Sark #5D897A
RGB
CMYK
RGB Variations
Color information
#5D897A (or 0x5D897A) is known color: Cutty Sark. HEX triplet: 5D, 89 and 7A. RGB value is (93,137,122). Sum of RGB (Red+Green+Blue) = 93+137+122=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #5D897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D897A is #A27685. Grayscale: #7A7A7A. Windows color (decimal): -10647174 or 8030557. OLE color: 8030557.
HSL color Cylindrical-coordinate representation of color #5D897A: hue angle of 159.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 #5D897A is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 122 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.46 |
| HSL | 159.55º | 0.19% | 0.45% | - |
| HSV(B) | 159.55º | 0.32% | 0.54% | - |
| XYZ | 16.97 | 21.62 | 21.69 | - |
| YUV | 122.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 122 | 0.32 | 0 | 0.11 | 0.46 | 159.55 | 0.19 | 0.45 |
| Hex | 5D | 89 | 7A | 20 | 0 | B | 2E | A0 | 13 | 2D |
| Octal | 135 | 211 | 172 | 40 | 0 | 13 | 56 | 240 | 23 | 55 |
| Binary | 1011101 | 10001001 | 1111010 | 100000 | 0 | 1011 | 101110 | 10100000 | 10011 | 101101 |
Color Harmonies of #5D897A
Complementary color
Monochromatic Colors of #5D897A
Black with #5D897A
Text Example
Text Example
White with #5D897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D897A; }
p { color: rgb(93,137,122); }
H1.HeaderClassName
{
color: #5D897A;
}
.AnyTagClassName
{
color: #5D897A;
}
</style>
background-color css
<style>
a { background-color: #5D897A; }
a { background-color: rgb(93,137,122); }
div.DivClassName
{
background-color: #5D897A;
}
.BgClassName
{
background-color: #5D897A;
}
</style>
border-color css
<style>
span { border-color: #5D897A; }
span { border-color: rgb(93,137,122); }
td.TdClassName
{
border-color: #5D897A;
}
.TagClassName
{
border-color: #5D897A;
}
</style>