Shades of Cutty Sark #5D8474
Tints of Cutty Sark #5D8474
RGB
CMYK
RGB Variations
Color information
#5D8474 (or 0x5D8474) is known color: Cutty Sark. HEX triplet: 5D, 84 and 74. RGB value is (93,132,116). Sum of RGB (Red+Green+Blue) = 93+132+116=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8474 is #A27B8B. Grayscale: #767676. Windows color (decimal): -10648460 or 7636061. OLE color: 7636061.
HSL color Cylindrical-coordinate representation of color #5D8474: hue angle of 155.38º 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 #5D8474 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 116 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.48 |
| HSL | 155.38º | 0.17% | 0.44% | - |
| HSV(B) | 155.38º | 0.3% | 0.52% | - |
| XYZ | 15.92 | 20.09 | 19.56 | - |
| YUV | 118.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 116 | 0.30 | 0 | 0.12 | 0.48 | 155.38 | 0.17 | 0.44 |
| Hex | 5D | 84 | 74 | 1E | 0 | C | 30 | 9B | 11 | 2C |
| Octal | 135 | 204 | 164 | 36 | 0 | 14 | 60 | 233 | 21 | 54 |
| Binary | 1011101 | 10000100 | 1110100 | 11110 | 0 | 1100 | 110000 | 10011011 | 10001 | 101100 |
Color Harmonies of #5D8474
Complementary color
Monochromatic Colors of #5D8474
Black with #5D8474
Text Example
Text Example
White with #5D8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8474; }
p { color: rgb(93,132,116); }
H1.HeaderClassName
{
color: #5D8474;
}
.AnyTagClassName
{
color: #5D8474;
}
</style>
background-color css
<style>
a { background-color: #5D8474; }
a { background-color: rgb(93,132,116); }
div.DivClassName
{
background-color: #5D8474;
}
.BgClassName
{
background-color: #5D8474;
}
</style>
border-color css
<style>
span { border-color: #5D8474; }
span { border-color: rgb(93,132,116); }
td.TdClassName
{
border-color: #5D8474;
}
.TagClassName
{
border-color: #5D8474;
}
</style>