Shades of Cutty Sark #568E6E
Tints of Cutty Sark #568E6E
RGB
CMYK
RGB Variations
Color information
#568E6E (or 0x568E6E) is known color: Cutty Sark. HEX triplet: 56, 8E and 6E. RGB value is (86,142,110). Sum of RGB (Red+Green+Blue) = 86+142+110=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #568E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568E6E is #A97191. Grayscale: #797979. Windows color (decimal): -11104658 or 7245398. OLE color: 7245398.
HSL color Cylindrical-coordinate representation of color #568E6E: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568E6E is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 142 | 110 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.44 |
| HSL | 145.71º | 0.25% | 0.45% | - |
| HSV(B) | 145.71º | 0.39% | 0.56% | - |
| XYZ | 16.33 | 22.45 | 18.22 | - |
| YUV | 121.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 110 | 0.39 | 0 | 0.23 | 0.44 | 145.71 | 0.25 | 0.45 |
| Hex | 56 | 8E | 6E | 27 | 0 | 17 | 2C | 92 | 19 | 2D |
| Octal | 126 | 216 | 156 | 47 | 0 | 27 | 54 | 222 | 31 | 55 |
| Binary | 1010110 | 10001110 | 1101110 | 100111 | 0 | 10111 | 101100 | 10010010 | 11001 | 101101 |
Color Harmonies of #568E6E
Complementary color
Monochromatic Colors of #568E6E
Black with #568E6E
Text Example
Text Example
White with #568E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568E6E; }
p { color: rgb(86,142,110); }
H1.HeaderClassName
{
color: #568E6E;
}
.AnyTagClassName
{
color: #568E6E;
}
</style>
background-color css
<style>
a { background-color: #568E6E; }
a { background-color: rgb(86,142,110); }
div.DivClassName
{
background-color: #568E6E;
}
.BgClassName
{
background-color: #568E6E;
}
</style>
border-color css
<style>
span { border-color: #568E6E; }
span { border-color: rgb(86,142,110); }
td.TdClassName
{
border-color: #568E6E;
}
.TagClassName
{
border-color: #568E6E;
}
</style>