Shades of Cutty Sark #5D8473
Tints of Cutty Sark #5D8473
RGB
CMYK
RGB Variations
Color information
#5D8473 (or 0x5D8473) is known color: Cutty Sark. HEX triplet: 5D, 84 and 73. RGB value is (93,132,115). Sum of RGB (Red+Green+Blue) = 93+132+115=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8473 is #A27B8C. Grayscale: #767676. Windows color (decimal): -10648461 or 7570525. OLE color: 7570525.
HSL color Cylindrical-coordinate representation of color #5D8473: hue angle of 153.85º 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 #5D8473 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 115 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.48 |
| HSL | 153.85º | 0.17% | 0.44% | - |
| HSV(B) | 153.85º | 0.3% | 0.52% | - |
| XYZ | 15.86 | 20.07 | 19.26 | - |
| YUV | 118.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 115 | 0.30 | 0 | 0.13 | 0.48 | 153.85 | 0.17 | 0.44 |
| Hex | 5D | 84 | 73 | 1E | 0 | D | 30 | 9A | 11 | 2C |
| Octal | 135 | 204 | 163 | 36 | 0 | 15 | 60 | 232 | 21 | 54 |
| Binary | 1011101 | 10000100 | 1110011 | 11110 | 0 | 1101 | 110000 | 10011010 | 10001 | 101100 |
Color Harmonies of #5D8473
Complementary color
Monochromatic Colors of #5D8473
Black with #5D8473
Text Example
Text Example
White with #5D8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8473; }
p { color: rgb(93,132,115); }
H1.HeaderClassName
{
color: #5D8473;
}
.AnyTagClassName
{
color: #5D8473;
}
</style>
background-color css
<style>
a { background-color: #5D8473; }
a { background-color: rgb(93,132,115); }
div.DivClassName
{
background-color: #5D8473;
}
.BgClassName
{
background-color: #5D8473;
}
</style>
border-color css
<style>
span { border-color: #5D8473; }
span { border-color: rgb(93,132,115); }
td.TdClassName
{
border-color: #5D8473;
}
.TagClassName
{
border-color: #5D8473;
}
</style>