Shades of Cutty Sark #55836E
Tints of Cutty Sark #55836E
RGB
CMYK
RGB Variations
Color information
#55836E (or 0x55836E) is known color: Cutty Sark. HEX triplet: 55, 83 and 6E. RGB value is (85,131,110). Sum of RGB (Red+Green+Blue) = 85+131+110=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #55836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55836E is #AA7C91. Grayscale: #727272. Windows color (decimal): -11173010 or 7242581. OLE color: 7242581.
HSL color Cylindrical-coordinate representation of color #55836E: hue angle of 152.61º 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 #55836E is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 110 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.49 |
| HSL | 152.61º | 0.21% | 0.42% | - |
| HSV(B) | 152.61º | 0.35% | 0.51% | - |
| XYZ | 14.68 | 19.29 | 17.7 | - |
| YUV | 114.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 110 | 0.35 | 0 | 0.16 | 0.49 | 152.61 | 0.21 | 0.42 |
| Hex | 55 | 83 | 6E | 23 | 0 | 10 | 31 | 99 | 15 | 2A |
| Octal | 125 | 203 | 156 | 43 | 0 | 20 | 61 | 231 | 25 | 52 |
| Binary | 1010101 | 10000011 | 1101110 | 100011 | 0 | 10000 | 110001 | 10011001 | 10101 | 101010 |
Color Harmonies of #55836E
Complementary color
Monochromatic Colors of #55836E
Black with #55836E
Text Example
Text Example
White with #55836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55836E; }
p { color: rgb(85,131,110); }
H1.HeaderClassName
{
color: #55836E;
}
.AnyTagClassName
{
color: #55836E;
}
</style>
background-color css
<style>
a { background-color: #55836E; }
a { background-color: rgb(85,131,110); }
div.DivClassName
{
background-color: #55836E;
}
.BgClassName
{
background-color: #55836E;
}
</style>
border-color css
<style>
span { border-color: #55836E; }
span { border-color: rgb(85,131,110); }
td.TdClassName
{
border-color: #55836E;
}
.TagClassName
{
border-color: #55836E;
}
</style>