Shades of Cutty Sark #5D8579
Tints of Cutty Sark #5D8579
RGB
CMYK
RGB Variations
Color information
#5D8579 (or 0x5D8579) is known color: Cutty Sark. HEX triplet: 5D, 85 and 79. RGB value is (93,133,121). Sum of RGB (Red+Green+Blue) = 93+133+121=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8579 is #A27A86. Grayscale: #777777. Windows color (decimal): -10648199 or 7963997. OLE color: 7963997.
HSL color Cylindrical-coordinate representation of color #5D8579: hue angle of 162º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8579 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 121 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.48 |
| HSL | 162º | 0.18% | 0.44% | - |
| HSV(B) | 162º | 0.3% | 0.52% | - |
| XYZ | 16.35 | 20.48 | 21.18 | - |
| YUV | 119.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 121 | 0.30 | 0 | 0.09 | 0.48 | 162 | 0.18 | 0.44 |
| Hex | 5D | 85 | 79 | 1E | 0 | 9 | 30 | A2 | 12 | 2C |
| Octal | 135 | 205 | 171 | 36 | 0 | 11 | 60 | 242 | 22 | 54 |
| Binary | 1011101 | 10000101 | 1111001 | 11110 | 0 | 1001 | 110000 | 10100010 | 10010 | 101100 |
Color Harmonies of #5D8579
Complementary color
Monochromatic Colors of #5D8579
Black with #5D8579
Text Example
Text Example
White with #5D8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8579; }
p { color: rgb(93,133,121); }
H1.HeaderClassName
{
color: #5D8579;
}
.AnyTagClassName
{
color: #5D8579;
}
</style>
background-color css
<style>
a { background-color: #5D8579; }
a { background-color: rgb(93,133,121); }
div.DivClassName
{
background-color: #5D8579;
}
.BgClassName
{
background-color: #5D8579;
}
</style>
border-color css
<style>
span { border-color: #5D8579; }
span { border-color: rgb(93,133,121); }
td.TdClassName
{
border-color: #5D8579;
}
.TagClassName
{
border-color: #5D8579;
}
</style>