Shades of Cutty Sark #55806F
Tints of Cutty Sark #55806F
RGB
CMYK
RGB Variations
Color information
#55806F (or 0x55806F) is known color: Cutty Sark. HEX triplet: 55, 80 and 6F. RGB value is (85,128,111). Sum of RGB (Red+Green+Blue) = 85+128+111=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #55806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55806F is #AA7F90. Grayscale: #717171. Windows color (decimal): -11173777 or 7307349. OLE color: 7307349.
HSL color Cylindrical-coordinate representation of color #55806F: hue angle of 156.28º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55806F is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 128 | 111 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.50 |
| HSL | 156.28º | 0.2% | 0.42% | - |
| HSV(B) | 156.28º | 0.34% | 0.5% | - |
| XYZ | 14.33 | 18.52 | 17.86 | - |
| YUV | 113.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 111 | 0.34 | 0 | 0.13 | 0.50 | 156.28 | 0.2 | 0.42 |
| Hex | 55 | 80 | 6F | 22 | 0 | D | 32 | 9C | 14 | 2A |
| Octal | 125 | 200 | 157 | 42 | 0 | 15 | 62 | 234 | 24 | 52 |
| Binary | 1010101 | 10000000 | 1101111 | 100010 | 0 | 1101 | 110010 | 10011100 | 10100 | 101010 |
Color Harmonies of #55806F
Complementary color
Monochromatic Colors of #55806F
Black with #55806F
Text Example
Text Example
White with #55806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55806F; }
p { color: rgb(85,128,111); }
H1.HeaderClassName
{
color: #55806F;
}
.AnyTagClassName
{
color: #55806F;
}
</style>
background-color css
<style>
a { background-color: #55806F; }
a { background-color: rgb(85,128,111); }
div.DivClassName
{
background-color: #55806F;
}
.BgClassName
{
background-color: #55806F;
}
</style>
border-color css
<style>
span { border-color: #55806F; }
span { border-color: rgb(85,128,111); }
td.TdClassName
{
border-color: #55806F;
}
.TagClassName
{
border-color: #55806F;
}
</style>