Shades of Cutty Sark #5F8575
Tints of Cutty Sark #5F8575
RGB
CMYK
RGB Variations
Color information
#5F8575 (or 0x5F8575) is known color: Cutty Sark. HEX triplet: 5F, 85 and 75. RGB value is (95,133,117). Sum of RGB (Red+Green+Blue) = 95+133+117=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8575 is #A07A8A. Grayscale: #777777. Windows color (decimal): -10517131 or 7701855. OLE color: 7701855.
HSL color Cylindrical-coordinate representation of color #5F8575: hue angle of 154.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8575 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 117 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.48 |
| HSL | 154.74º | 0.17% | 0.45% | - |
| HSV(B) | 154.74º | 0.29% | 0.52% | - |
| XYZ | 16.32 | 20.49 | 19.93 | - |
| YUV | 119.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 117 | 0.29 | 0 | 0.12 | 0.48 | 154.74 | 0.17 | 0.45 |
| Hex | 5F | 85 | 75 | 1D | 0 | C | 30 | 9B | 11 | 2D |
| Octal | 137 | 205 | 165 | 35 | 0 | 14 | 60 | 233 | 21 | 55 |
| Binary | 1011111 | 10000101 | 1110101 | 11101 | 0 | 1100 | 110000 | 10011011 | 10001 | 101101 |
Color Harmonies of #5F8575
Complementary color
Monochromatic Colors of #5F8575
Black with #5F8575
Text Example
Text Example
White with #5F8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8575; }
p { color: rgb(95,133,117); }
H1.HeaderClassName
{
color: #5F8575;
}
.AnyTagClassName
{
color: #5F8575;
}
</style>
background-color css
<style>
a { background-color: #5F8575; }
a { background-color: rgb(95,133,117); }
div.DivClassName
{
background-color: #5F8575;
}
.BgClassName
{
background-color: #5F8575;
}
</style>
border-color css
<style>
span { border-color: #5F8575; }
span { border-color: rgb(95,133,117); }
td.TdClassName
{
border-color: #5F8575;
}
.TagClassName
{
border-color: #5F8575;
}
</style>