Shades of Cutty Sark #55836D
Tints of Cutty Sark #55836D
RGB
CMYK
RGB Variations
Color information
#55836D (or 0x55836D) is known color: Cutty Sark. HEX triplet: 55, 83 and 6D. RGB value is (85,131,109). Sum of RGB (Red+Green+Blue) = 85+131+109=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #55836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55836D is #AA7C92. Grayscale: #727272. Windows color (decimal): -11173011 or 7177045. OLE color: 7177045.
HSL color Cylindrical-coordinate representation of color #55836D: hue angle of 151.3º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55836D is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 109 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.49 |
| HSL | 151.3º | 0.21% | 0.42% | - |
| HSV(B) | 151.3º | 0.35% | 0.51% | - |
| XYZ | 14.62 | 19.27 | 17.42 | - |
| YUV | 114.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 109 | 0.35 | 0 | 0.17 | 0.49 | 151.3 | 0.21 | 0.42 |
| Hex | 55 | 83 | 6D | 23 | 0 | 11 | 31 | 97 | 15 | 2A |
| Octal | 125 | 203 | 155 | 43 | 0 | 21 | 61 | 227 | 25 | 52 |
| Binary | 1010101 | 10000011 | 1101101 | 100011 | 0 | 10001 | 110001 | 10010111 | 10101 | 101010 |
Color Harmonies of #55836D
Complementary color
Monochromatic Colors of #55836D
Black with #55836D
Text Example
Text Example
White with #55836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55836D; }
p { color: rgb(85,131,109); }
H1.HeaderClassName
{
color: #55836D;
}
.AnyTagClassName
{
color: #55836D;
}
</style>
background-color css
<style>
a { background-color: #55836D; }
a { background-color: rgb(85,131,109); }
div.DivClassName
{
background-color: #55836D;
}
.BgClassName
{
background-color: #55836D;
}
</style>
border-color css
<style>
span { border-color: #55836D; }
span { border-color: rgb(85,131,109); }
td.TdClassName
{
border-color: #55836D;
}
.TagClassName
{
border-color: #55836D;
}
</style>