Shades of Cutty Sark #5C786C
Tints of Cutty Sark #5C786C
RGB
CMYK
RGB Variations
Color information
#5C786C (or 0x5C786C) is known color: Cutty Sark. HEX triplet: 5C, 78 and 6C. RGB value is (92,120,108). Sum of RGB (Red+Green+Blue) = 92+120+108=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #5C786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C786C is #A38793. Grayscale: #6E6E6E. Windows color (decimal): -10717076 or 7108700. OLE color: 7108700.
HSL color Cylindrical-coordinate representation of color #5C786C: hue angle of 154.29º 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 #5C786C is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 108 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.53 |
| HSL | 154.29º | 0.13% | 0.42% | - |
| HSV(B) | 154.29º | 0.23% | 0.47% | - |
| XYZ | 13.84 | 16.79 | 16.7 | - |
| YUV | 110.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 108 | 0.23 | 0 | 0.10 | 0.53 | 154.29 | 0.13 | 0.42 |
| Hex | 5C | 78 | 6C | 17 | 0 | A | 35 | 9A | D | 2A |
| Octal | 134 | 170 | 154 | 27 | 0 | 12 | 65 | 232 | 15 | 52 |
| Binary | 1011100 | 1111000 | 1101100 | 10111 | 0 | 1010 | 110101 | 10011010 | 1101 | 101010 |
Color Harmonies of #5C786C
Complementary color
Monochromatic Colors of #5C786C
Black with #5C786C
Text Example
Text Example
White with #5C786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C786C; }
p { color: rgb(92,120,108); }
H1.HeaderClassName
{
color: #5C786C;
}
.AnyTagClassName
{
color: #5C786C;
}
</style>
background-color css
<style>
a { background-color: #5C786C; }
a { background-color: rgb(92,120,108); }
div.DivClassName
{
background-color: #5C786C;
}
.BgClassName
{
background-color: #5C786C;
}
</style>
border-color css
<style>
span { border-color: #5C786C; }
span { border-color: rgb(92,120,108); }
td.TdClassName
{
border-color: #5C786C;
}
.TagClassName
{
border-color: #5C786C;
}
</style>