Shades of Cutty Sark #5F756F
Tints of Cutty Sark #5F756F
RGB
CMYK
RGB Variations
Color information
#5F756F (or 0x5F756F) is known color: Cutty Sark. HEX triplet: 5F, 75 and 6F. RGB value is (95,117,111). Sum of RGB (Red+Green+Blue) = 95+117+111=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #5F756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F756F is #A08A90. Grayscale: #6D6D6D. Windows color (decimal): -10521233 or 7304543. OLE color: 7304543.
HSL color Cylindrical-coordinate representation of color #5F756F: hue angle of 163.64º 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 #5F756F is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 111 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.54 |
| HSL | 163.64º | 0.1% | 0.42% | - |
| HSV(B) | 163.64º | 0.19% | 0.46% | - |
| XYZ | 13.95 | 16.3 | 17.45 | - |
| YUV | 109.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 111 | 0.19 | 0 | 0.05 | 0.54 | 163.64 | 0.1 | 0.42 |
| Hex | 5F | 75 | 6F | 13 | 0 | 5 | 36 | A4 | A | 2A |
| Octal | 137 | 165 | 157 | 23 | 0 | 5 | 66 | 244 | 12 | 52 |
| Binary | 1011111 | 1110101 | 1101111 | 10011 | 0 | 101 | 110110 | 10100100 | 1010 | 101010 |
Color Harmonies of #5F756F
Complementary color
Monochromatic Colors of #5F756F
Black with #5F756F
Text Example
Text Example
White with #5F756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F756F; }
p { color: rgb(95,117,111); }
H1.HeaderClassName
{
color: #5F756F;
}
.AnyTagClassName
{
color: #5F756F;
}
</style>
background-color css
<style>
a { background-color: #5F756F; }
a { background-color: rgb(95,117,111); }
div.DivClassName
{
background-color: #5F756F;
}
.BgClassName
{
background-color: #5F756F;
}
</style>
border-color css
<style>
span { border-color: #5F756F; }
span { border-color: rgb(95,117,111); }
td.TdClassName
{
border-color: #5F756F;
}
.TagClassName
{
border-color: #5F756F;
}
</style>