Shades of Cutty Sark #568876
Tints of Cutty Sark #568876
RGB
CMYK
RGB Variations
Color information
#568876 (or 0x568876) is known color: Cutty Sark. HEX triplet: 56, 88 and 76. RGB value is (86,136,118). Sum of RGB (Red+Green+Blue) = 86+136+118=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #568876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568876 is #A97789. Grayscale: #777777. Windows color (decimal): -11106186 or 7768150. OLE color: 7768150.
HSL color Cylindrical-coordinate representation of color #568876: hue angle of 158.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 #568876 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 118 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.47 |
| HSL | 158.4º | 0.23% | 0.44% | - |
| HSV(B) | 158.4º | 0.37% | 0.53% | - |
| XYZ | 15.91 | 20.89 | 20.33 | - |
| YUV | 119 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 118 | 0.37 | 0 | 0.13 | 0.47 | 158.4 | 0.23 | 0.44 |
| Hex | 56 | 88 | 76 | 25 | 0 | D | 2F | 9E | 17 | 2C |
| Octal | 126 | 210 | 166 | 45 | 0 | 15 | 57 | 236 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1110110 | 100101 | 0 | 1101 | 101111 | 10011110 | 10111 | 101100 |
Color Harmonies of #568876
Complementary color
Monochromatic Colors of #568876
Black with #568876
Text Example
Text Example
White with #568876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568876; }
p { color: rgb(86,136,118); }
H1.HeaderClassName
{
color: #568876;
}
.AnyTagClassName
{
color: #568876;
}
</style>
background-color css
<style>
a { background-color: #568876; }
a { background-color: rgb(86,136,118); }
div.DivClassName
{
background-color: #568876;
}
.BgClassName
{
background-color: #568876;
}
</style>
border-color css
<style>
span { border-color: #568876; }
span { border-color: rgb(86,136,118); }
td.TdClassName
{
border-color: #568876;
}
.TagClassName
{
border-color: #568876;
}
</style>