Shades of Cutty Sark #568878
Tints of Cutty Sark #568878
RGB
CMYK
RGB Variations
Color information
#568878 (or 0x568878) is known color: Cutty Sark. HEX triplet: 56, 88 and 78. RGB value is (86,136,120). Sum of RGB (Red+Green+Blue) = 86+136+120=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #568878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568878 is #A97787. Grayscale: #777777. Windows color (decimal): -11106184 or 7899222. OLE color: 7899222.
HSL color Cylindrical-coordinate representation of color #568878: hue angle of 160.8º 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 #568878 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 120 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.47 |
| HSL | 160.8º | 0.23% | 0.44% | - |
| HSV(B) | 160.8º | 0.37% | 0.53% | - |
| XYZ | 16.03 | 20.94 | 20.97 | - |
| YUV | 119.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 120 | 0.37 | 0 | 0.12 | 0.47 | 160.8 | 0.23 | 0.44 |
| Hex | 56 | 88 | 78 | 25 | 0 | C | 2F | A1 | 17 | 2C |
| Octal | 126 | 210 | 170 | 45 | 0 | 14 | 57 | 241 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1111000 | 100101 | 0 | 1100 | 101111 | 10100001 | 10111 | 101100 |
Color Harmonies of #568878
Complementary color
Monochromatic Colors of #568878
Black with #568878
Text Example
Text Example
White with #568878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568878; }
p { color: rgb(86,136,120); }
H1.HeaderClassName
{
color: #568878;
}
.AnyTagClassName
{
color: #568878;
}
</style>
background-color css
<style>
a { background-color: #568878; }
a { background-color: rgb(86,136,120); }
div.DivClassName
{
background-color: #568878;
}
.BgClassName
{
background-color: #568878;
}
</style>
border-color css
<style>
span { border-color: #568878; }
span { border-color: rgb(86,136,120); }
td.TdClassName
{
border-color: #568878;
}
.TagClassName
{
border-color: #568878;
}
</style>