Shades of Cutty Sark #56806E
Tints of Cutty Sark #56806E
RGB
CMYK
RGB Variations
Color information
#56806E (or 0x56806E) is known color: Cutty Sark. HEX triplet: 56, 80 and 6E. RGB value is (86,128,110). Sum of RGB (Red+Green+Blue) = 86+128+110=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #56806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56806E is #A97F91. Grayscale: #717171. Windows color (decimal): -11108242 or 7241814. OLE color: 7241814.
HSL color Cylindrical-coordinate representation of color #56806E: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56806E is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 128 | 110 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.50 |
| HSL | 154.29º | 0.2% | 0.42% | - |
| HSV(B) | 154.29º | 0.33% | 0.5% | - |
| XYZ | 14.37 | 18.54 | 17.57 | - |
| YUV | 113.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 110 | 0.33 | 0 | 0.14 | 0.50 | 154.29 | 0.2 | 0.42 |
| Hex | 56 | 80 | 6E | 21 | 0 | E | 32 | 9A | 14 | 2A |
| Octal | 126 | 200 | 156 | 41 | 0 | 16 | 62 | 232 | 24 | 52 |
| Binary | 1010110 | 10000000 | 1101110 | 100001 | 0 | 1110 | 110010 | 10011010 | 10100 | 101010 |
Color Harmonies of #56806E
Complementary color
Monochromatic Colors of #56806E
Black with #56806E
Text Example
Text Example
White with #56806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56806E; }
p { color: rgb(86,128,110); }
H1.HeaderClassName
{
color: #56806E;
}
.AnyTagClassName
{
color: #56806E;
}
</style>
background-color css
<style>
a { background-color: #56806E; }
a { background-color: rgb(86,128,110); }
div.DivClassName
{
background-color: #56806E;
}
.BgClassName
{
background-color: #56806E;
}
</style>
border-color css
<style>
span { border-color: #56806E; }
span { border-color: rgb(86,128,110); }
td.TdClassName
{
border-color: #56806E;
}
.TagClassName
{
border-color: #56806E;
}
</style>