Shades of Cutty Sark #55866C
Tints of Cutty Sark #55866C
RGB
CMYK
RGB Variations
Color information
#55866C (or 0x55866C) is known color: Cutty Sark. HEX triplet: 55, 86 and 6C. RGB value is (85,134,108). Sum of RGB (Red+Green+Blue) = 85+134+108=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #55866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55866C is #AA7993. Grayscale: #747474. Windows color (decimal): -11172244 or 7112277. OLE color: 7112277.
HSL color Cylindrical-coordinate representation of color #55866C: hue angle of 148.16º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55866C is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 108 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.47 |
| HSL | 148.16º | 0.22% | 0.43% | - |
| HSV(B) | 148.16º | 0.37% | 0.53% | - |
| XYZ | 14.98 | 20.06 | 17.27 | - |
| YUV | 116.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 108 | 0.37 | 0 | 0.19 | 0.47 | 148.16 | 0.22 | 0.43 |
| Hex | 55 | 86 | 6C | 25 | 0 | 13 | 2F | 94 | 16 | 2B |
| Octal | 125 | 206 | 154 | 45 | 0 | 23 | 57 | 224 | 26 | 53 |
| Binary | 1010101 | 10000110 | 1101100 | 100101 | 0 | 10011 | 101111 | 10010100 | 10110 | 101011 |
Color Harmonies of #55866C
Complementary color
Monochromatic Colors of #55866C
Black with #55866C
Text Example
Text Example
White with #55866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55866C; }
p { color: rgb(85,134,108); }
H1.HeaderClassName
{
color: #55866C;
}
.AnyTagClassName
{
color: #55866C;
}
</style>
background-color css
<style>
a { background-color: #55866C; }
a { background-color: rgb(85,134,108); }
div.DivClassName
{
background-color: #55866C;
}
.BgClassName
{
background-color: #55866C;
}
</style>
border-color css
<style>
span { border-color: #55866C; }
span { border-color: rgb(85,134,108); }
td.TdClassName
{
border-color: #55866C;
}
.TagClassName
{
border-color: #55866C;
}
</style>