Shades of Cutty Sark #5C8575
Tints of Cutty Sark #5C8575
RGB
CMYK
RGB Variations
Color information
#5C8575 (or 0x5C8575) is known color: Cutty Sark. HEX triplet: 5C, 85 and 75. RGB value is (92,133,117). Sum of RGB (Red+Green+Blue) = 92+133+117=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8575 is #A37A8A. Grayscale: #767676. Windows color (decimal): -10713739 or 7701852. OLE color: 7701852.
HSL color Cylindrical-coordinate representation of color #5C8575: hue angle of 156.59º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C8575 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 133 | 117 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.48 |
| HSL | 156.59º | 0.18% | 0.44% | - |
| HSV(B) | 156.59º | 0.31% | 0.52% | - |
| XYZ | 16.01 | 20.33 | 19.91 | - |
| YUV | 118.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 117 | 0.31 | 0 | 0.12 | 0.48 | 156.59 | 0.18 | 0.44 |
| Hex | 5C | 85 | 75 | 1F | 0 | C | 30 | 9D | 12 | 2C |
| Octal | 134 | 205 | 165 | 37 | 0 | 14 | 60 | 235 | 22 | 54 |
| Binary | 1011100 | 10000101 | 1110101 | 11111 | 0 | 1100 | 110000 | 10011101 | 10010 | 101100 |
Color Harmonies of #5C8575
Complementary color
Monochromatic Colors of #5C8575
Black with #5C8575
Text Example
Text Example
White with #5C8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8575; }
p { color: rgb(92,133,117); }
H1.HeaderClassName
{
color: #5C8575;
}
.AnyTagClassName
{
color: #5C8575;
}
</style>
background-color css
<style>
a { background-color: #5C8575; }
a { background-color: rgb(92,133,117); }
div.DivClassName
{
background-color: #5C8575;
}
.BgClassName
{
background-color: #5C8575;
}
</style>
border-color css
<style>
span { border-color: #5C8575; }
span { border-color: rgb(92,133,117); }
td.TdClassName
{
border-color: #5C8575;
}
.TagClassName
{
border-color: #5C8575;
}
</style>