Shades of Cutty Sark #55796A
Tints of Cutty Sark #55796A
RGB
CMYK
RGB Variations
Color information
#55796A (or 0x55796A) is known color: Cutty Sark. HEX triplet: 55, 79 and 6A. RGB value is (85,121,106). Sum of RGB (Red+Green+Blue) = 85+121+106=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #55796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55796A is #AA8695. Grayscale: #6C6C6C. Windows color (decimal): -11175574 or 6977877. OLE color: 6977877.
HSL color Cylindrical-coordinate representation of color #55796A: hue angle of 155º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55796A is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 121 | 106 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.53 |
| HSL | 155º | 0.17% | 0.4% | - |
| HSV(B) | 155º | 0.3% | 0.47% | - |
| XYZ | 13.19 | 16.65 | 16.15 | - |
| YUV | 108.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 106 | 0.30 | 0 | 0.12 | 0.53 | 155 | 0.17 | 0.4 |
| Hex | 55 | 79 | 6A | 1E | 0 | C | 35 | 9B | 11 | 28 |
| Octal | 125 | 171 | 152 | 36 | 0 | 14 | 65 | 233 | 21 | 50 |
| Binary | 1010101 | 1111001 | 1101010 | 11110 | 0 | 1100 | 110101 | 10011011 | 10001 | 101000 |
Color Harmonies of #55796A
Complementary color
Monochromatic Colors of #55796A
Black with #55796A
Text Example
Text Example
White with #55796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55796A; }
p { color: rgb(85,121,106); }
H1.HeaderClassName
{
color: #55796A;
}
.AnyTagClassName
{
color: #55796A;
}
</style>
background-color css
<style>
a { background-color: #55796A; }
a { background-color: rgb(85,121,106); }
div.DivClassName
{
background-color: #55796A;
}
.BgClassName
{
background-color: #55796A;
}
</style>
border-color css
<style>
span { border-color: #55796A; }
span { border-color: rgb(85,121,106); }
td.TdClassName
{
border-color: #55796A;
}
.TagClassName
{
border-color: #55796A;
}
</style>