Shades of Cutty Sark #55916E
Tints of Cutty Sark #55916E
RGB
CMYK
RGB Variations
Color information
#55916E (or 0x55916E) is known color: Cutty Sark. HEX triplet: 55, 91 and 6E. RGB value is (85,145,110). Sum of RGB (Red+Green+Blue) = 85+145+110=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #55916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55916E is #AA6E91. Grayscale: #7B7B7B. Windows color (decimal): -11169426 or 7246165. OLE color: 7246165.
HSL color Cylindrical-coordinate representation of color #55916E: hue angle of 145º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55916E is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 110 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.43 |
| HSL | 145º | 0.26% | 0.45% | - |
| HSV(B) | 145º | 0.41% | 0.57% | - |
| XYZ | 16.69 | 23.31 | 18.37 | - |
| YUV | 123.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 110 | 0.41 | 0 | 0.24 | 0.43 | 145 | 0.26 | 0.45 |
| Hex | 55 | 91 | 6E | 29 | 0 | 18 | 2B | 91 | 1A | 2D |
| Octal | 125 | 221 | 156 | 51 | 0 | 30 | 53 | 221 | 32 | 55 |
| Binary | 1010101 | 10010001 | 1101110 | 101001 | 0 | 11000 | 101011 | 10010001 | 11010 | 101101 |
Color Harmonies of #55916E
Complementary color
Monochromatic Colors of #55916E
Black with #55916E
Text Example
Text Example
White with #55916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55916E; }
p { color: rgb(85,145,110); }
H1.HeaderClassName
{
color: #55916E;
}
.AnyTagClassName
{
color: #55916E;
}
</style>
background-color css
<style>
a { background-color: #55916E; }
a { background-color: rgb(85,145,110); }
div.DivClassName
{
background-color: #55916E;
}
.BgClassName
{
background-color: #55916E;
}
</style>
border-color css
<style>
span { border-color: #55916E; }
span { border-color: rgb(85,145,110); }
td.TdClassName
{
border-color: #55916E;
}
.TagClassName
{
border-color: #55916E;
}
</style>