Shades of Cutty Sark #55897C
Tints of Cutty Sark #55897C
RGB
CMYK
RGB Variations
Color information
#55897C (or 0x55897C) is known color: Cutty Sark. HEX triplet: 55, 89 and 7C. RGB value is (85,137,124). Sum of RGB (Red+Green+Blue) = 85+137+124=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #55897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55897C is #AA7683. Grayscale: #777777. Windows color (decimal): -11171460 or 8161621. OLE color: 8161621.
HSL color Cylindrical-coordinate representation of color #55897C: hue angle of 165º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55897C is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 124 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.46 |
| HSL | 165º | 0.23% | 0.44% | - |
| HSV(B) | 165º | 0.38% | 0.54% | - |
| XYZ | 16.33 | 21.28 | 22.32 | - |
| YUV | 119.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 124 | 0.38 | 0 | 0.09 | 0.46 | 165 | 0.23 | 0.44 |
| Hex | 55 | 89 | 7C | 26 | 0 | 9 | 2E | A5 | 17 | 2C |
| Octal | 125 | 211 | 174 | 46 | 0 | 11 | 56 | 245 | 27 | 54 |
| Binary | 1010101 | 10001001 | 1111100 | 100110 | 0 | 1001 | 101110 | 10100101 | 10111 | 101100 |
Color Harmonies of #55897C
Complementary color
Monochromatic Colors of #55897C
Black with #55897C
Text Example
Text Example
White with #55897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55897C; }
p { color: rgb(85,137,124); }
H1.HeaderClassName
{
color: #55897C;
}
.AnyTagClassName
{
color: #55897C;
}
</style>
background-color css
<style>
a { background-color: #55897C; }
a { background-color: rgb(85,137,124); }
div.DivClassName
{
background-color: #55897C;
}
.BgClassName
{
background-color: #55897C;
}
</style>
border-color css
<style>
span { border-color: #55897C; }
span { border-color: rgb(85,137,124); }
td.TdClassName
{
border-color: #55897C;
}
.TagClassName
{
border-color: #55897C;
}
</style>