Shades of Cutty Sark #55836F
Tints of Cutty Sark #55836F
RGB
CMYK
RGB Variations
Color information
#55836F (or 0x55836F) is known color: Cutty Sark. HEX triplet: 55, 83 and 6F. RGB value is (85,131,111). Sum of RGB (Red+Green+Blue) = 85+131+111=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #55836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55836F is #AA7C90. Grayscale: #737373. Windows color (decimal): -11173009 or 7308117. OLE color: 7308117.
HSL color Cylindrical-coordinate representation of color #55836F: hue angle of 153.91º 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 #55836F is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 111 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.49 |
| HSL | 153.91º | 0.21% | 0.42% | - |
| HSV(B) | 153.91º | 0.35% | 0.51% | - |
| XYZ | 14.73 | 19.31 | 17.99 | - |
| YUV | 114.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 111 | 0.35 | 0 | 0.15 | 0.49 | 153.91 | 0.21 | 0.42 |
| Hex | 55 | 83 | 6F | 23 | 0 | F | 31 | 9A | 15 | 2A |
| Octal | 125 | 203 | 157 | 43 | 0 | 17 | 61 | 232 | 25 | 52 |
| Binary | 1010101 | 10000011 | 1101111 | 100011 | 0 | 1111 | 110001 | 10011010 | 10101 | 101010 |
Color Harmonies of #55836F
Complementary color
Monochromatic Colors of #55836F
Black with #55836F
Text Example
Text Example
White with #55836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55836F; }
p { color: rgb(85,131,111); }
H1.HeaderClassName
{
color: #55836F;
}
.AnyTagClassName
{
color: #55836F;
}
</style>
background-color css
<style>
a { background-color: #55836F; }
a { background-color: rgb(85,131,111); }
div.DivClassName
{
background-color: #55836F;
}
.BgClassName
{
background-color: #55836F;
}
</style>
border-color css
<style>
span { border-color: #55836F; }
span { border-color: rgb(85,131,111); }
td.TdClassName
{
border-color: #55836F;
}
.TagClassName
{
border-color: #55836F;
}
</style>