Shades of Cutty Sark #55876D
Tints of Cutty Sark #55876D
RGB
CMYK
RGB Variations
Color information
#55876D (or 0x55876D) is known color: Cutty Sark. HEX triplet: 55, 87 and 6D. RGB value is (85,135,109). Sum of RGB (Red+Green+Blue) = 85+135+109=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #55876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55876D is #AA7892. Grayscale: #757575. Windows color (decimal): -11171987 or 7178069. OLE color: 7178069.
HSL color Cylindrical-coordinate representation of color #55876D: hue angle of 148.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55876D is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 109 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.47 |
| HSL | 148.8º | 0.23% | 0.43% | - |
| HSV(B) | 148.8º | 0.37% | 0.53% | - |
| XYZ | 15.17 | 20.36 | 17.6 | - |
| YUV | 117.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 109 | 0.37 | 0 | 0.19 | 0.47 | 148.8 | 0.23 | 0.43 |
| Hex | 55 | 87 | 6D | 25 | 0 | 13 | 2F | 95 | 17 | 2B |
| Octal | 125 | 207 | 155 | 45 | 0 | 23 | 57 | 225 | 27 | 53 |
| Binary | 1010101 | 10000111 | 1101101 | 100101 | 0 | 10011 | 101111 | 10010101 | 10111 | 101011 |
Color Harmonies of #55876D
Complementary color
Monochromatic Colors of #55876D
Black with #55876D
Text Example
Text Example
White with #55876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55876D; }
p { color: rgb(85,135,109); }
H1.HeaderClassName
{
color: #55876D;
}
.AnyTagClassName
{
color: #55876D;
}
</style>
background-color css
<style>
a { background-color: #55876D; }
a { background-color: rgb(85,135,109); }
div.DivClassName
{
background-color: #55876D;
}
.BgClassName
{
background-color: #55876D;
}
</style>
border-color css
<style>
span { border-color: #55876D; }
span { border-color: rgb(85,135,109); }
td.TdClassName
{
border-color: #55876D;
}
.TagClassName
{
border-color: #55876D;
}
</style>