Shades of Cutty Sark #5C786F
Tints of Cutty Sark #5C786F
RGB
CMYK
RGB Variations
Color information
#5C786F (or 0x5C786F) is known color: Cutty Sark. HEX triplet: 5C, 78 and 6F. RGB value is (92,120,111). Sum of RGB (Red+Green+Blue) = 92+120+111=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #5C786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C786F is #A38790. Grayscale: #6E6E6E. Windows color (decimal): -10717073 or 7305308. OLE color: 7305308.
HSL color Cylindrical-coordinate representation of color #5C786F: hue angle of 160.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C786F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 111 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.53 |
| HSL | 160.71º | 0.13% | 0.42% | - |
| HSV(B) | 160.71º | 0.23% | 0.47% | - |
| XYZ | 14 | 16.86 | 17.55 | - |
| YUV | 110.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 111 | 0.23 | 0 | 0.08 | 0.53 | 160.71 | 0.13 | 0.42 |
| Hex | 5C | 78 | 6F | 17 | 0 | 8 | 35 | A1 | D | 2A |
| Octal | 134 | 170 | 157 | 27 | 0 | 10 | 65 | 241 | 15 | 52 |
| Binary | 1011100 | 1111000 | 1101111 | 10111 | 0 | 1000 | 110101 | 10100001 | 1101 | 101010 |
Color Harmonies of #5C786F
Complementary color
Monochromatic Colors of #5C786F
Black with #5C786F
Text Example
Text Example
White with #5C786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C786F; }
p { color: rgb(92,120,111); }
H1.HeaderClassName
{
color: #5C786F;
}
.AnyTagClassName
{
color: #5C786F;
}
</style>
background-color css
<style>
a { background-color: #5C786F; }
a { background-color: rgb(92,120,111); }
div.DivClassName
{
background-color: #5C786F;
}
.BgClassName
{
background-color: #5C786F;
}
</style>
border-color css
<style>
span { border-color: #5C786F; }
span { border-color: rgb(92,120,111); }
td.TdClassName
{
border-color: #5C786F;
}
.TagClassName
{
border-color: #5C786F;
}
</style>