Shades of Cutty Sark #568875
Tints of Cutty Sark #568875
RGB
CMYK
RGB Variations
Color information
#568875 (or 0x568875) is known color: Cutty Sark. HEX triplet: 56, 88 and 75. RGB value is (86,136,117). Sum of RGB (Red+Green+Blue) = 86+136+117=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #568875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568875 is #A9778A. Grayscale: #767676. Windows color (decimal): -11106187 or 7702614. OLE color: 7702614.
HSL color Cylindrical-coordinate representation of color #568875: hue angle of 157.2º 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 #568875 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 117 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.47 |
| HSL | 157.2º | 0.23% | 0.44% | - |
| HSV(B) | 157.2º | 0.37% | 0.53% | - |
| XYZ | 15.85 | 20.87 | 20.02 | - |
| YUV | 118.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 117 | 0.37 | 0 | 0.14 | 0.47 | 157.2 | 0.23 | 0.44 |
| Hex | 56 | 88 | 75 | 25 | 0 | E | 2F | 9D | 17 | 2C |
| Octal | 126 | 210 | 165 | 45 | 0 | 16 | 57 | 235 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1110101 | 100101 | 0 | 1110 | 101111 | 10011101 | 10111 | 101100 |
Color Harmonies of #568875
Complementary color
Monochromatic Colors of #568875
Black with #568875
Text Example
Text Example
White with #568875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568875; }
p { color: rgb(86,136,117); }
H1.HeaderClassName
{
color: #568875;
}
.AnyTagClassName
{
color: #568875;
}
</style>
background-color css
<style>
a { background-color: #568875; }
a { background-color: rgb(86,136,117); }
div.DivClassName
{
background-color: #568875;
}
.BgClassName
{
background-color: #568875;
}
</style>
border-color css
<style>
span { border-color: #568875; }
span { border-color: rgb(86,136,117); }
td.TdClassName
{
border-color: #568875;
}
.TagClassName
{
border-color: #568875;
}
</style>