Shades of Cutty Sark #56886C
Tints of Cutty Sark #56886C
RGB
CMYK
RGB Variations
Color information
#56886C (or 0x56886C) is known color: Cutty Sark. HEX triplet: 56, 88 and 6C. RGB value is (86,136,108). Sum of RGB (Red+Green+Blue) = 86+136+108=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #56886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56886C is #A97793. Grayscale: #757575. Windows color (decimal): -11106196 or 7112790. OLE color: 7112790.
HSL color Cylindrical-coordinate representation of color #56886C: hue angle of 146.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56886C is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 108 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.47 |
| HSL | 146.4º | 0.23% | 0.44% | - |
| HSV(B) | 146.4º | 0.37% | 0.53% | - |
| XYZ | 15.35 | 20.67 | 17.37 | - |
| YUV | 117.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 108 | 0.37 | 0 | 0.21 | 0.47 | 146.4 | 0.23 | 0.44 |
| Hex | 56 | 88 | 6C | 25 | 0 | 15 | 2F | 92 | 17 | 2C |
| Octal | 126 | 210 | 154 | 45 | 0 | 25 | 57 | 222 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1101100 | 100101 | 0 | 10101 | 101111 | 10010010 | 10111 | 101100 |
Color Harmonies of #56886C
Complementary color
Monochromatic Colors of #56886C
Black with #56886C
Text Example
Text Example
White with #56886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56886C; }
p { color: rgb(86,136,108); }
H1.HeaderClassName
{
color: #56886C;
}
.AnyTagClassName
{
color: #56886C;
}
</style>
background-color css
<style>
a { background-color: #56886C; }
a { background-color: rgb(86,136,108); }
div.DivClassName
{
background-color: #56886C;
}
.BgClassName
{
background-color: #56886C;
}
</style>
border-color css
<style>
span { border-color: #56886C; }
span { border-color: rgb(86,136,108); }
td.TdClassName
{
border-color: #56886C;
}
.TagClassName
{
border-color: #56886C;
}
</style>