Shades of Cutty Sark #5F736D
Tints of Cutty Sark #5F736D
RGB
CMYK
RGB Variations
Color information
#5F736D (or 0x5F736D) is known color: Cutty Sark. HEX triplet: 5F, 73 and 6D. RGB value is (95,115,109). Sum of RGB (Red+Green+Blue) = 95+115+109=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #5F736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F736D is #A08C92. Grayscale: #6C6C6C. Windows color (decimal): -10521747 or 7172959. OLE color: 7172959.
HSL color Cylindrical-coordinate representation of color #5F736D: hue angle of 162º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F736D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 109 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.55 |
| HSL | 162º | 0.1% | 0.41% | - |
| HSV(B) | 162º | 0.17% | 0.45% | - |
| XYZ | 13.61 | 15.8 | 16.8 | - |
| YUV | 108.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 109 | 0.17 | 0 | 0.05 | 0.55 | 162 | 0.1 | 0.41 |
| Hex | 5F | 73 | 6D | 11 | 0 | 5 | 37 | A2 | A | 29 |
| Octal | 137 | 163 | 155 | 21 | 0 | 5 | 67 | 242 | 12 | 51 |
| Binary | 1011111 | 1110011 | 1101101 | 10001 | 0 | 101 | 110111 | 10100010 | 1010 | 101001 |
Color Harmonies of #5F736D
Complementary color
Monochromatic Colors of #5F736D
Black with #5F736D
Text Example
Text Example
White with #5F736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F736D; }
p { color: rgb(95,115,109); }
H1.HeaderClassName
{
color: #5F736D;
}
.AnyTagClassName
{
color: #5F736D;
}
</style>
background-color css
<style>
a { background-color: #5F736D; }
a { background-color: rgb(95,115,109); }
div.DivClassName
{
background-color: #5F736D;
}
.BgClassName
{
background-color: #5F736D;
}
</style>
border-color css
<style>
span { border-color: #5F736D; }
span { border-color: rgb(95,115,109); }
td.TdClassName
{
border-color: #5F736D;
}
.TagClassName
{
border-color: #5F736D;
}
</style>