Shades of Cutty Sark #56786A
Tints of Cutty Sark #56786A
RGB
CMYK
RGB Variations
Color information
#56786A (or 0x56786A) is known color: Cutty Sark. HEX triplet: 56, 78 and 6A. RGB value is (86,120,106). Sum of RGB (Red+Green+Blue) = 86+120+106=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #56786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56786A is #A98795. Grayscale: #6C6C6C. Windows color (decimal): -11110294 or 6977622. OLE color: 6977622.
HSL color Cylindrical-coordinate representation of color #56786A: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56786A is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 106 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.53 |
| HSL | 155.29º | 0.17% | 0.4% | - |
| HSV(B) | 155.29º | 0.28% | 0.47% | - |
| XYZ | 13.16 | 16.45 | 16.12 | - |
| YUV | 108.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 106 | 0.28 | 0 | 0.12 | 0.53 | 155.29 | 0.17 | 0.4 |
| Hex | 56 | 78 | 6A | 1C | 0 | C | 35 | 9B | 11 | 28 |
| Octal | 126 | 170 | 152 | 34 | 0 | 14 | 65 | 233 | 21 | 50 |
| Binary | 1010110 | 1111000 | 1101010 | 11100 | 0 | 1100 | 110101 | 10011011 | 10001 | 101000 |
Color Harmonies of #56786A
Complementary color
Monochromatic Colors of #56786A
Black with #56786A
Text Example
Text Example
White with #56786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56786A; }
p { color: rgb(86,120,106); }
H1.HeaderClassName
{
color: #56786A;
}
.AnyTagClassName
{
color: #56786A;
}
</style>
background-color css
<style>
a { background-color: #56786A; }
a { background-color: rgb(86,120,106); }
div.DivClassName
{
background-color: #56786A;
}
.BgClassName
{
background-color: #56786A;
}
</style>
border-color css
<style>
span { border-color: #56786A; }
span { border-color: rgb(86,120,106); }
td.TdClassName
{
border-color: #56786A;
}
.TagClassName
{
border-color: #56786A;
}
</style>