Shades of Cutty Sark #55816F
Tints of Cutty Sark #55816F
RGB
CMYK
RGB Variations
Color information
#55816F (or 0x55816F) is known color: Cutty Sark. HEX triplet: 55, 81 and 6F. RGB value is (85,129,111). Sum of RGB (Red+Green+Blue) = 85+129+111=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #55816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55816F is #AA7E90. Grayscale: #717171. Windows color (decimal): -11173521 or 7307605. OLE color: 7307605.
HSL color Cylindrical-coordinate representation of color #55816F: hue angle of 155.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55816F is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 111 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.49 |
| HSL | 155.45º | 0.21% | 0.42% | - |
| HSV(B) | 155.45º | 0.34% | 0.51% | - |
| XYZ | 14.47 | 18.78 | 17.9 | - |
| YUV | 113.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 111 | 0.34 | 0 | 0.14 | 0.49 | 155.45 | 0.21 | 0.42 |
| Hex | 55 | 81 | 6F | 22 | 0 | E | 31 | 9B | 15 | 2A |
| Octal | 125 | 201 | 157 | 42 | 0 | 16 | 61 | 233 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1101111 | 100010 | 0 | 1110 | 110001 | 10011011 | 10101 | 101010 |
Color Harmonies of #55816F
Complementary color
Monochromatic Colors of #55816F
Black with #55816F
Text Example
Text Example
White with #55816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55816F; }
p { color: rgb(85,129,111); }
H1.HeaderClassName
{
color: #55816F;
}
.AnyTagClassName
{
color: #55816F;
}
</style>
background-color css
<style>
a { background-color: #55816F; }
a { background-color: rgb(85,129,111); }
div.DivClassName
{
background-color: #55816F;
}
.BgClassName
{
background-color: #55816F;
}
</style>
border-color css
<style>
span { border-color: #55816F; }
span { border-color: rgb(85,129,111); }
td.TdClassName
{
border-color: #55816F;
}
.TagClassName
{
border-color: #55816F;
}
</style>