Shades of Cutty Sark #56796A
Tints of Cutty Sark #56796A
RGB
CMYK
RGB Variations
Color information
#56796A (or 0x56796A) is known color: Cutty Sark. HEX triplet: 56, 79 and 6A. RGB value is (86,121,106). Sum of RGB (Red+Green+Blue) = 86+121+106=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #56796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56796A is #A98695. Grayscale: #6C6C6C. Windows color (decimal): -11110038 or 6977878. OLE color: 6977878.
HSL color Cylindrical-coordinate representation of color #56796A: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56796A is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 121 | 106 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.53 |
| HSL | 154.29º | 0.17% | 0.41% | - |
| HSV(B) | 154.29º | 0.29% | 0.47% | - |
| XYZ | 13.28 | 16.69 | 16.16 | - |
| YUV | 108.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 106 | 0.29 | 0 | 0.12 | 0.53 | 154.29 | 0.17 | 0.41 |
| Hex | 56 | 79 | 6A | 1D | 0 | C | 35 | 9A | 11 | 29 |
| Octal | 126 | 171 | 152 | 35 | 0 | 14 | 65 | 232 | 21 | 51 |
| Binary | 1010110 | 1111001 | 1101010 | 11101 | 0 | 1100 | 110101 | 10011010 | 10001 | 101001 |
Color Harmonies of #56796A
Complementary color
Monochromatic Colors of #56796A
Black with #56796A
Text Example
Text Example
White with #56796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56796A; }
p { color: rgb(86,121,106); }
H1.HeaderClassName
{
color: #56796A;
}
.AnyTagClassName
{
color: #56796A;
}
</style>
background-color css
<style>
a { background-color: #56796A; }
a { background-color: rgb(86,121,106); }
div.DivClassName
{
background-color: #56796A;
}
.BgClassName
{
background-color: #56796A;
}
</style>
border-color css
<style>
span { border-color: #56796A; }
span { border-color: rgb(86,121,106); }
td.TdClassName
{
border-color: #56796A;
}
.TagClassName
{
border-color: #56796A;
}
</style>