Shades of Cutty Sark #55856C
Tints of Cutty Sark #55856C
RGB
CMYK
RGB Variations
Color information
#55856C (or 0x55856C) is known color: Cutty Sark. HEX triplet: 55, 85 and 6C. RGB value is (85,133,108). Sum of RGB (Red+Green+Blue) = 85+133+108=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #55856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55856C is #AA7A93. Grayscale: #737373. Windows color (decimal): -11172500 or 7112021. OLE color: 7112021.
HSL color Cylindrical-coordinate representation of color #55856C: hue angle of 148.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55856C is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 108 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.48 |
| HSL | 148.75º | 0.22% | 0.43% | - |
| HSV(B) | 148.75º | 0.36% | 0.52% | - |
| XYZ | 14.84 | 19.79 | 17.22 | - |
| YUV | 115.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 108 | 0.36 | 0 | 0.19 | 0.48 | 148.75 | 0.22 | 0.43 |
| Hex | 55 | 85 | 6C | 24 | 0 | 13 | 30 | 95 | 16 | 2B |
| Octal | 125 | 205 | 154 | 44 | 0 | 23 | 60 | 225 | 26 | 53 |
| Binary | 1010101 | 10000101 | 1101100 | 100100 | 0 | 10011 | 110000 | 10010101 | 10110 | 101011 |
Color Harmonies of #55856C
Complementary color
Monochromatic Colors of #55856C
Black with #55856C
Text Example
Text Example
White with #55856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55856C; }
p { color: rgb(85,133,108); }
H1.HeaderClassName
{
color: #55856C;
}
.AnyTagClassName
{
color: #55856C;
}
</style>
background-color css
<style>
a { background-color: #55856C; }
a { background-color: rgb(85,133,108); }
div.DivClassName
{
background-color: #55856C;
}
.BgClassName
{
background-color: #55856C;
}
</style>
border-color css
<style>
span { border-color: #55856C; }
span { border-color: rgb(85,133,108); }
td.TdClassName
{
border-color: #55856C;
}
.TagClassName
{
border-color: #55856C;
}
</style>