Shades of Cutty Sark #5D8479
Tints of Cutty Sark #5D8479
RGB
CMYK
RGB Variations
Color information
#5D8479 (or 0x5D8479) is known color: Cutty Sark. HEX triplet: 5D, 84 and 79. RGB value is (93,132,121). Sum of RGB (Red+Green+Blue) = 93+132+121=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8479 is #A27B86. Grayscale: #777777. Windows color (decimal): -10648455 or 7963741. OLE color: 7963741.
HSL color Cylindrical-coordinate representation of color #5D8479: hue angle of 163.08º degrees, saturation: 0.17, 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 #5D8479 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 121 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.48 |
| HSL | 163.08º | 0.17% | 0.44% | - |
| HSV(B) | 163.08º | 0.3% | 0.52% | - |
| XYZ | 16.22 | 20.21 | 21.14 | - |
| YUV | 119.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 121 | 0.30 | 0 | 0.08 | 0.48 | 163.08 | 0.17 | 0.44 |
| Hex | 5D | 84 | 79 | 1E | 0 | 8 | 30 | A3 | 11 | 2C |
| Octal | 135 | 204 | 171 | 36 | 0 | 10 | 60 | 243 | 21 | 54 |
| Binary | 1011101 | 10000100 | 1111001 | 11110 | 0 | 1000 | 110000 | 10100011 | 10001 | 101100 |
Color Harmonies of #5D8479
Complementary color
Monochromatic Colors of #5D8479
Black with #5D8479
Text Example
Text Example
White with #5D8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8479; }
p { color: rgb(93,132,121); }
H1.HeaderClassName
{
color: #5D8479;
}
.AnyTagClassName
{
color: #5D8479;
}
</style>
background-color css
<style>
a { background-color: #5D8479; }
a { background-color: rgb(93,132,121); }
div.DivClassName
{
background-color: #5D8479;
}
.BgClassName
{
background-color: #5D8479;
}
</style>
border-color css
<style>
span { border-color: #5D8479; }
span { border-color: rgb(93,132,121); }
td.TdClassName
{
border-color: #5D8479;
}
.TagClassName
{
border-color: #5D8479;
}
</style>