Shades of Cutty Sark #5D7C6F
Tints of Cutty Sark #5D7C6F
RGB
CMYK
RGB Variations
Color information
#5D7C6F (or 0x5D7C6F) is known color: Cutty Sark. HEX triplet: 5D, 7C and 6F. RGB value is (93,124,111). Sum of RGB (Red+Green+Blue) = 93+124+111=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7C6F is #A28390. Grayscale: #717171. Windows color (decimal): -10650513 or 7306333. OLE color: 7306333.
HSL color Cylindrical-coordinate representation of color #5D7C6F: hue angle of 154.84º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D7C6F is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 124 | 111 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.51 |
| HSL | 154.84º | 0.14% | 0.43% | - |
| HSV(B) | 154.84º | 0.25% | 0.49% | - |
| XYZ | 14.59 | 17.89 | 17.72 | - |
| YUV | 113.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 124 | 111 | 0.25 | 0 | 0.10 | 0.51 | 154.84 | 0.14 | 0.43 |
| Hex | 5D | 7C | 6F | 19 | 0 | A | 33 | 9B | E | 2B |
| Octal | 135 | 174 | 157 | 31 | 0 | 12 | 63 | 233 | 16 | 53 |
| Binary | 1011101 | 1111100 | 1101111 | 11001 | 0 | 1010 | 110011 | 10011011 | 1110 | 101011 |
Color Harmonies of #5D7C6F
Complementary color
Monochromatic Colors of #5D7C6F
Black with #5D7C6F
Text Example
Text Example
White with #5D7C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7C6F; }
p { color: rgb(93,124,111); }
H1.HeaderClassName
{
color: #5D7C6F;
}
.AnyTagClassName
{
color: #5D7C6F;
}
</style>
background-color css
<style>
a { background-color: #5D7C6F; }
a { background-color: rgb(93,124,111); }
div.DivClassName
{
background-color: #5D7C6F;
}
.BgClassName
{
background-color: #5D7C6F;
}
</style>
border-color css
<style>
span { border-color: #5D7C6F; }
span { border-color: rgb(93,124,111); }
td.TdClassName
{
border-color: #5D7C6F;
}
.TagClassName
{
border-color: #5D7C6F;
}
</style>