Shades of Cutty Sark #55856F
Tints of Cutty Sark #55856F
RGB
CMYK
RGB Variations
Color information
#55856F (or 0x55856F) is known color: Cutty Sark. HEX triplet: 55, 85 and 6F. RGB value is (85,133,111). Sum of RGB (Red+Green+Blue) = 85+133+111=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #55856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55856F is #AA7A90. Grayscale: #747474. Windows color (decimal): -11172497 or 7308629. OLE color: 7308629.
HSL color Cylindrical-coordinate representation of color #55856F: hue angle of 152.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55856F is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 111 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.48 |
| HSL | 152.5º | 0.22% | 0.43% | - |
| HSV(B) | 152.5º | 0.36% | 0.52% | - |
| XYZ | 15 | 19.85 | 18.08 | - |
| YUV | 116.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 111 | 0.36 | 0 | 0.17 | 0.48 | 152.5 | 0.22 | 0.43 |
| Hex | 55 | 85 | 6F | 24 | 0 | 11 | 30 | 98 | 16 | 2B |
| Octal | 125 | 205 | 157 | 44 | 0 | 21 | 60 | 230 | 26 | 53 |
| Binary | 1010101 | 10000101 | 1101111 | 100100 | 0 | 10001 | 110000 | 10011000 | 10110 | 101011 |
Color Harmonies of #55856F
Complementary color
Monochromatic Colors of #55856F
Black with #55856F
Text Example
Text Example
White with #55856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55856F; }
p { color: rgb(85,133,111); }
H1.HeaderClassName
{
color: #55856F;
}
.AnyTagClassName
{
color: #55856F;
}
</style>
background-color css
<style>
a { background-color: #55856F; }
a { background-color: rgb(85,133,111); }
div.DivClassName
{
background-color: #55856F;
}
.BgClassName
{
background-color: #55856F;
}
</style>
border-color css
<style>
span { border-color: #55856F; }
span { border-color: rgb(85,133,111); }
td.TdClassName
{
border-color: #55856F;
}
.TagClassName
{
border-color: #55856F;
}
</style>