Shades of Cutty Sark #56856C
Tints of Cutty Sark #56856C
RGB
CMYK
RGB Variations
Color information
#56856C (or 0x56856C) is known color: Cutty Sark. HEX triplet: 56, 85 and 6C. RGB value is (86,133,108). Sum of RGB (Red+Green+Blue) = 86+133+108=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #56856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56856C is #A97A93. Grayscale: #747474. Windows color (decimal): -11106964 or 7112022. OLE color: 7112022.
HSL color Cylindrical-coordinate representation of color #56856C: hue angle of 148.09º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56856C is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 133 | 108 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.48 |
| HSL | 148.09º | 0.21% | 0.43% | - |
| HSV(B) | 148.09º | 0.35% | 0.52% | - |
| XYZ | 14.93 | 19.84 | 17.23 | - |
| YUV | 116.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 133 | 108 | 0.35 | 0 | 0.19 | 0.48 | 148.09 | 0.21 | 0.43 |
| Hex | 56 | 85 | 6C | 23 | 0 | 13 | 30 | 94 | 15 | 2B |
| Octal | 126 | 205 | 154 | 43 | 0 | 23 | 60 | 224 | 25 | 53 |
| Binary | 1010110 | 10000101 | 1101100 | 100011 | 0 | 10011 | 110000 | 10010100 | 10101 | 101011 |
Color Harmonies of #56856C
Complementary color
Monochromatic Colors of #56856C
Black with #56856C
Text Example
Text Example
White with #56856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56856C; }
p { color: rgb(86,133,108); }
H1.HeaderClassName
{
color: #56856C;
}
.AnyTagClassName
{
color: #56856C;
}
</style>
background-color css
<style>
a { background-color: #56856C; }
a { background-color: rgb(86,133,108); }
div.DivClassName
{
background-color: #56856C;
}
.BgClassName
{
background-color: #56856C;
}
</style>
border-color css
<style>
span { border-color: #56856C; }
span { border-color: rgb(86,133,108); }
td.TdClassName
{
border-color: #56856C;
}
.TagClassName
{
border-color: #56856C;
}
</style>