Shades of Cutty Sark #5D8173
Tints of Cutty Sark #5D8173
RGB
CMYK
RGB Variations
Color information
#5D8173 (or 0x5D8173) is known color: Cutty Sark. HEX triplet: 5D, 81 and 73. RGB value is (93,129,115). Sum of RGB (Red+Green+Blue) = 93+129+115=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #5D8173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8173 is #A27E8C. Grayscale: #747474. Windows color (decimal): -10649229 or 7569757. OLE color: 7569757.
HSL color Cylindrical-coordinate representation of color #5D8173: hue angle of 156.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D8173 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 129 | 115 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.49 |
| HSL | 156.67º | 0.16% | 0.44% | - |
| HSV(B) | 156.67º | 0.28% | 0.51% | - |
| XYZ | 15.46 | 19.27 | 19.12 | - |
| YUV | 116.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 115 | 0.28 | 0 | 0.11 | 0.49 | 156.67 | 0.16 | 0.44 |
| Hex | 5D | 81 | 73 | 1C | 0 | B | 31 | 9D | 10 | 2C |
| Octal | 135 | 201 | 163 | 34 | 0 | 13 | 61 | 235 | 20 | 54 |
| Binary | 1011101 | 10000001 | 1110011 | 11100 | 0 | 1011 | 110001 | 10011101 | 10000 | 101100 |
Color Harmonies of #5D8173
Complementary color
Monochromatic Colors of #5D8173
Black with #5D8173
Text Example
Text Example
White with #5D8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8173; }
p { color: rgb(93,129,115); }
H1.HeaderClassName
{
color: #5D8173;
}
.AnyTagClassName
{
color: #5D8173;
}
</style>
background-color css
<style>
a { background-color: #5D8173; }
a { background-color: rgb(93,129,115); }
div.DivClassName
{
background-color: #5D8173;
}
.BgClassName
{
background-color: #5D8173;
}
</style>
border-color css
<style>
span { border-color: #5D8173; }
span { border-color: rgb(93,129,115); }
td.TdClassName
{
border-color: #5D8173;
}
.TagClassName
{
border-color: #5D8173;
}
</style>