Shades of Cutty Sark #55887B
Tints of Cutty Sark #55887B
RGB
CMYK
RGB Variations
Color information
#55887B (or 0x55887B) is known color: Cutty Sark. HEX triplet: 55, 88 and 7B. RGB value is (85,136,123). Sum of RGB (Red+Green+Blue) = 85+136+123=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #55887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55887B is #AA7784. Grayscale: #777777. Windows color (decimal): -11171717 or 8095829. OLE color: 8095829.
HSL color Cylindrical-coordinate representation of color #55887B: hue angle of 164.71º 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 #55887B is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 123 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.47 |
| HSL | 164.71º | 0.23% | 0.43% | - |
| HSV(B) | 164.71º | 0.38% | 0.53% | - |
| XYZ | 16.13 | 20.97 | 21.94 | - |
| YUV | 119.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 123 | 0.38 | 0 | 0.10 | 0.47 | 164.71 | 0.23 | 0.43 |
| Hex | 55 | 88 | 7B | 26 | 0 | A | 2F | A5 | 17 | 2B |
| Octal | 125 | 210 | 173 | 46 | 0 | 12 | 57 | 245 | 27 | 53 |
| Binary | 1010101 | 10001000 | 1111011 | 100110 | 0 | 1010 | 101111 | 10100101 | 10111 | 101011 |
Color Harmonies of #55887B
Complementary color
Monochromatic Colors of #55887B
Black with #55887B
Text Example
Text Example
White with #55887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55887B; }
p { color: rgb(85,136,123); }
H1.HeaderClassName
{
color: #55887B;
}
.AnyTagClassName
{
color: #55887B;
}
</style>
background-color css
<style>
a { background-color: #55887B; }
a { background-color: rgb(85,136,123); }
div.DivClassName
{
background-color: #55887B;
}
.BgClassName
{
background-color: #55887B;
}
</style>
border-color css
<style>
span { border-color: #55887B; }
span { border-color: rgb(85,136,123); }
td.TdClassName
{
border-color: #55887B;
}
.TagClassName
{
border-color: #55887B;
}
</style>