Shades of Cutty Sark #5F756D
Tints of Cutty Sark #5F756D
RGB
CMYK
RGB Variations
Color information
#5F756D (or 0x5F756D) is known color: Cutty Sark. HEX triplet: 5F, 75 and 6D. RGB value is (95,117,109). Sum of RGB (Red+Green+Blue) = 95+117+109=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #5F756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F756D is #A08A92. Grayscale: #6D6D6D. Windows color (decimal): -10521235 or 7173471. OLE color: 7173471.
HSL color Cylindrical-coordinate representation of color #5F756D: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F756D is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 109 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.54 |
| HSL | 158.18º | 0.1% | 0.42% | - |
| HSV(B) | 158.18º | 0.19% | 0.46% | - |
| XYZ | 13.84 | 16.26 | 16.88 | - |
| YUV | 109.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 109 | 0.19 | 0 | 0.07 | 0.54 | 158.18 | 0.1 | 0.42 |
| Hex | 5F | 75 | 6D | 13 | 0 | 7 | 36 | 9E | A | 2A |
| Octal | 137 | 165 | 155 | 23 | 0 | 7 | 66 | 236 | 12 | 52 |
| Binary | 1011111 | 1110101 | 1101101 | 10011 | 0 | 111 | 110110 | 10011110 | 1010 | 101010 |
Color Harmonies of #5F756D
Complementary color
Monochromatic Colors of #5F756D
Black with #5F756D
Text Example
Text Example
White with #5F756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F756D; }
p { color: rgb(95,117,109); }
H1.HeaderClassName
{
color: #5F756D;
}
.AnyTagClassName
{
color: #5F756D;
}
</style>
background-color css
<style>
a { background-color: #5F756D; }
a { background-color: rgb(95,117,109); }
div.DivClassName
{
background-color: #5F756D;
}
.BgClassName
{
background-color: #5F756D;
}
</style>
border-color css
<style>
span { border-color: #5F756D; }
span { border-color: rgb(95,117,109); }
td.TdClassName
{
border-color: #5F756D;
}
.TagClassName
{
border-color: #5F756D;
}
</style>