Shades of Cutty Sark #5D8773
Tints of Cutty Sark #5D8773
RGB
CMYK
RGB Variations
Color information
#5D8773 (or 0x5D8773) is known color: Cutty Sark. HEX triplet: 5D, 87 and 73. RGB value is (93,135,115). Sum of RGB (Red+Green+Blue) = 93+135+115=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8773 is #A2788C. Grayscale: #787878. Windows color (decimal): -10647693 or 7571293. OLE color: 7571293.
HSL color Cylindrical-coordinate representation of color #5D8773: hue angle of 151.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D8773 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 115 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.47 |
| HSL | 151.43º | 0.18% | 0.45% | - |
| HSV(B) | 151.43º | 0.31% | 0.53% | - |
| XYZ | 16.27 | 20.89 | 19.39 | - |
| YUV | 120.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 115 | 0.31 | 0 | 0.15 | 0.47 | 151.43 | 0.18 | 0.45 |
| Hex | 5D | 87 | 73 | 1F | 0 | F | 2F | 97 | 12 | 2D |
| Octal | 135 | 207 | 163 | 37 | 0 | 17 | 57 | 227 | 22 | 55 |
| Binary | 1011101 | 10000111 | 1110011 | 11111 | 0 | 1111 | 101111 | 10010111 | 10010 | 101101 |
Color Harmonies of #5D8773
Complementary color
Monochromatic Colors of #5D8773
Black with #5D8773
Text Example
Text Example
White with #5D8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8773; }
p { color: rgb(93,135,115); }
H1.HeaderClassName
{
color: #5D8773;
}
.AnyTagClassName
{
color: #5D8773;
}
</style>
background-color css
<style>
a { background-color: #5D8773; }
a { background-color: rgb(93,135,115); }
div.DivClassName
{
background-color: #5D8773;
}
.BgClassName
{
background-color: #5D8773;
}
</style>
border-color css
<style>
span { border-color: #5D8773; }
span { border-color: rgb(93,135,115); }
td.TdClassName
{
border-color: #5D8773;
}
.TagClassName
{
border-color: #5D8773;
}
</style>