Shades of Cutty Sark #568870
Tints of Cutty Sark #568870
RGB
CMYK
RGB Variations
Color information
#568870 (or 0x568870) is known color: Cutty Sark. HEX triplet: 56, 88 and 70. RGB value is (86,136,112). Sum of RGB (Red+Green+Blue) = 86+136+112=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #568870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568870 is #A9778F. Grayscale: #767676. Windows color (decimal): -11106192 or 7374934. OLE color: 7374934.
HSL color Cylindrical-coordinate representation of color #568870: hue angle of 151.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 #568870 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 112 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.47 |
| HSL | 151.2º | 0.23% | 0.44% | - |
| HSV(B) | 151.2º | 0.37% | 0.53% | - |
| XYZ | 15.57 | 20.76 | 18.52 | - |
| YUV | 118.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 112 | 0.37 | 0 | 0.18 | 0.47 | 151.2 | 0.23 | 0.44 |
| Hex | 56 | 88 | 70 | 25 | 0 | 12 | 2F | 97 | 17 | 2C |
| Octal | 126 | 210 | 160 | 45 | 0 | 22 | 57 | 227 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1110000 | 100101 | 0 | 10010 | 101111 | 10010111 | 10111 | 101100 |
Color Harmonies of #568870
Complementary color
Monochromatic Colors of #568870
Black with #568870
Text Example
Text Example
White with #568870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568870; }
p { color: rgb(86,136,112); }
H1.HeaderClassName
{
color: #568870;
}
.AnyTagClassName
{
color: #568870;
}
</style>
background-color css
<style>
a { background-color: #568870; }
a { background-color: rgb(86,136,112); }
div.DivClassName
{
background-color: #568870;
}
.BgClassName
{
background-color: #568870;
}
</style>
border-color css
<style>
span { border-color: #568870; }
span { border-color: rgb(86,136,112); }
td.TdClassName
{
border-color: #568870;
}
.TagClassName
{
border-color: #568870;
}
</style>