Shades of Cutty Sark #5D7F74
Tints of Cutty Sark #5D7F74
RGB
CMYK
RGB Variations
Color information
#5D7F74 (or 0x5D7F74) is known color: Cutty Sark. HEX triplet: 5D, 7F and 74. RGB value is (93,127,116). Sum of RGB (Red+Green+Blue) = 93+127+116=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #5D7F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7F74 is #A2808B. Grayscale: #737373. Windows color (decimal): -10649740 or 7634781. OLE color: 7634781.
HSL color Cylindrical-coordinate representation of color #5D7F74: hue angle of 160.59º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D7F74 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 127 | 116 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.50 |
| HSL | 160.59º | 0.15% | 0.43% | - |
| HSV(B) | 160.59º | 0.27% | 0.5% | - |
| XYZ | 15.26 | 18.77 | 19.34 | - |
| YUV | 115.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 116 | 0.27 | 0 | 0.09 | 0.50 | 160.59 | 0.15 | 0.43 |
| Hex | 5D | 7F | 74 | 1B | 0 | 9 | 32 | A1 | F | 2B |
| Octal | 135 | 177 | 164 | 33 | 0 | 11 | 62 | 241 | 17 | 53 |
| Binary | 1011101 | 1111111 | 1110100 | 11011 | 0 | 1001 | 110010 | 10100001 | 1111 | 101011 |
Color Harmonies of #5D7F74
Complementary color
Monochromatic Colors of #5D7F74
Black with #5D7F74
Text Example
Text Example
White with #5D7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7F74; }
p { color: rgb(93,127,116); }
H1.HeaderClassName
{
color: #5D7F74;
}
.AnyTagClassName
{
color: #5D7F74;
}
</style>
background-color css
<style>
a { background-color: #5D7F74; }
a { background-color: rgb(93,127,116); }
div.DivClassName
{
background-color: #5D7F74;
}
.BgClassName
{
background-color: #5D7F74;
}
</style>
border-color css
<style>
span { border-color: #5D7F74; }
span { border-color: rgb(93,127,116); }
td.TdClassName
{
border-color: #5D7F74;
}
.TagClassName
{
border-color: #5D7F74;
}
</style>