Shades of Cutty Sark #5C786D
Tints of Cutty Sark #5C786D
RGB
CMYK
RGB Variations
Color information
#5C786D (or 0x5C786D) is known color: Cutty Sark. HEX triplet: 5C, 78 and 6D. RGB value is (92,120,109). Sum of RGB (Red+Green+Blue) = 92+120+109=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #5C786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C786D is #A38792. Grayscale: #6E6E6E. Windows color (decimal): -10717075 or 7174236. OLE color: 7174236.
HSL color Cylindrical-coordinate representation of color #5C786D: hue angle of 156.43º 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 #5C786D is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 109 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.53 |
| HSL | 156.43º | 0.13% | 0.42% | - |
| HSV(B) | 156.43º | 0.23% | 0.47% | - |
| XYZ | 13.89 | 16.81 | 16.98 | - |
| YUV | 110.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 109 | 0.23 | 0 | 0.09 | 0.53 | 156.43 | 0.13 | 0.42 |
| Hex | 5C | 78 | 6D | 17 | 0 | 9 | 35 | 9C | D | 2A |
| Octal | 134 | 170 | 155 | 27 | 0 | 11 | 65 | 234 | 15 | 52 |
| Binary | 1011100 | 1111000 | 1101101 | 10111 | 0 | 1001 | 110101 | 10011100 | 1101 | 101010 |
Color Harmonies of #5C786D
Complementary color
Monochromatic Colors of #5C786D
Black with #5C786D
Text Example
Text Example
White with #5C786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C786D; }
p { color: rgb(92,120,109); }
H1.HeaderClassName
{
color: #5C786D;
}
.AnyTagClassName
{
color: #5C786D;
}
</style>
background-color css
<style>
a { background-color: #5C786D; }
a { background-color: rgb(92,120,109); }
div.DivClassName
{
background-color: #5C786D;
}
.BgClassName
{
background-color: #5C786D;
}
</style>
border-color css
<style>
span { border-color: #5C786D; }
span { border-color: rgb(92,120,109); }
td.TdClassName
{
border-color: #5C786D;
}
.TagClassName
{
border-color: #5C786D;
}
</style>