Shades of Cutty Sark #55887C
Tints of Cutty Sark #55887C
RGB
CMYK
RGB Variations
Color information
#55887C (or 0x55887C) is known color: Cutty Sark. HEX triplet: 55, 88 and 7C. RGB value is (85,136,124). Sum of RGB (Red+Green+Blue) = 85+136+124=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #55887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55887C is #AA7783. Grayscale: #777777. Windows color (decimal): -11171716 or 8161365. OLE color: 8161365.
HSL color Cylindrical-coordinate representation of color #55887C: hue angle of 165.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55887C is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 124 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.47 |
| HSL | 165.88º | 0.23% | 0.43% | - |
| HSV(B) | 165.88º | 0.38% | 0.53% | - |
| XYZ | 16.19 | 20.99 | 22.27 | - |
| YUV | 119.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 124 | 0.38 | 0 | 0.09 | 0.47 | 165.88 | 0.23 | 0.43 |
| Hex | 55 | 88 | 7C | 26 | 0 | 9 | 2F | A6 | 17 | 2B |
| Octal | 125 | 210 | 174 | 46 | 0 | 11 | 57 | 246 | 27 | 53 |
| Binary | 1010101 | 10001000 | 1111100 | 100110 | 0 | 1001 | 101111 | 10100110 | 10111 | 101011 |
Color Harmonies of #55887C
Complementary color
Monochromatic Colors of #55887C
Black with #55887C
Text Example
Text Example
White with #55887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55887C; }
p { color: rgb(85,136,124); }
H1.HeaderClassName
{
color: #55887C;
}
.AnyTagClassName
{
color: #55887C;
}
</style>
background-color css
<style>
a { background-color: #55887C; }
a { background-color: rgb(85,136,124); }
div.DivClassName
{
background-color: #55887C;
}
.BgClassName
{
background-color: #55887C;
}
</style>
border-color css
<style>
span { border-color: #55887C; }
span { border-color: rgb(85,136,124); }
td.TdClassName
{
border-color: #55887C;
}
.TagClassName
{
border-color: #55887C;
}
</style>