Shades of Cutty Sark #56816D
Tints of Cutty Sark #56816D
RGB
CMYK
RGB Variations
Color information
#56816D (or 0x56816D) is known color: Cutty Sark. HEX triplet: 56, 81 and 6D. RGB value is (86,129,109). Sum of RGB (Red+Green+Blue) = 86+129+109=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #56816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56816D is #A97E92. Grayscale: #717171. Windows color (decimal): -11107987 or 7176534. OLE color: 7176534.
HSL color Cylindrical-coordinate representation of color #56816D: hue angle of 152.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56816D is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 129 | 109 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.49 |
| HSL | 152.09º | 0.2% | 0.42% | - |
| HSV(B) | 152.09º | 0.33% | 0.51% | - |
| XYZ | 14.45 | 18.78 | 17.33 | - |
| YUV | 113.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 129 | 109 | 0.33 | 0 | 0.16 | 0.49 | 152.09 | 0.2 | 0.42 |
| Hex | 56 | 81 | 6D | 21 | 0 | 10 | 31 | 98 | 14 | 2A |
| Octal | 126 | 201 | 155 | 41 | 0 | 20 | 61 | 230 | 24 | 52 |
| Binary | 1010110 | 10000001 | 1101101 | 100001 | 0 | 10000 | 110001 | 10011000 | 10100 | 101010 |
Color Harmonies of #56816D
Complementary color
Monochromatic Colors of #56816D
Black with #56816D
Text Example
Text Example
White with #56816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56816D; }
p { color: rgb(86,129,109); }
H1.HeaderClassName
{
color: #56816D;
}
.AnyTagClassName
{
color: #56816D;
}
</style>
background-color css
<style>
a { background-color: #56816D; }
a { background-color: rgb(86,129,109); }
div.DivClassName
{
background-color: #56816D;
}
.BgClassName
{
background-color: #56816D;
}
</style>
border-color css
<style>
span { border-color: #56816D; }
span { border-color: rgb(86,129,109); }
td.TdClassName
{
border-color: #56816D;
}
.TagClassName
{
border-color: #56816D;
}
</style>