Shades of Cutty Sark #559173
Tints of Cutty Sark #559173
RGB
CMYK
RGB Variations
Color information
#559173 (or 0x559173) is known color: Cutty Sark. HEX triplet: 55, 91 and 73. RGB value is (85,145,115). Sum of RGB (Red+Green+Blue) = 85+145+115=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #559173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559173 is #AA6E8C. Grayscale: #7B7B7B. Windows color (decimal): -11169421 or 7573845. OLE color: 7573845.
HSL color Cylindrical-coordinate representation of color #559173: hue angle of 150º 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 #559173 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 115 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.43 |
| HSL | 150º | 0.26% | 0.45% | - |
| HSV(B) | 150º | 0.41% | 0.57% | - |
| XYZ | 16.97 | 23.42 | 19.85 | - |
| YUV | 123.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 115 | 0.41 | 0 | 0.21 | 0.43 | 150 | 0.26 | 0.45 |
| Hex | 55 | 91 | 73 | 29 | 0 | 15 | 2B | 96 | 1A | 2D |
| Octal | 125 | 221 | 163 | 51 | 0 | 25 | 53 | 226 | 32 | 55 |
| Binary | 1010101 | 10010001 | 1110011 | 101001 | 0 | 10101 | 101011 | 10010110 | 11010 | 101101 |
Color Harmonies of #559173
Complementary color
Monochromatic Colors of #559173
Black with #559173
Text Example
Text Example
White with #559173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559173; }
p { color: rgb(85,145,115); }
H1.HeaderClassName
{
color: #559173;
}
.AnyTagClassName
{
color: #559173;
}
</style>
background-color css
<style>
a { background-color: #559173; }
a { background-color: rgb(85,145,115); }
div.DivClassName
{
background-color: #559173;
}
.BgClassName
{
background-color: #559173;
}
</style>
border-color css
<style>
span { border-color: #559173; }
span { border-color: rgb(85,145,115); }
td.TdClassName
{
border-color: #559173;
}
.TagClassName
{
border-color: #559173;
}
</style>