Shades of Cutty Sark #568871
Tints of Cutty Sark #568871
RGB
CMYK
RGB Variations
Color information
#568871 (or 0x568871) is known color: Cutty Sark. HEX triplet: 56, 88 and 71. RGB value is (86,136,113). Sum of RGB (Red+Green+Blue) = 86+136+113=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #568871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568871 is #A9778E. Grayscale: #767676. Windows color (decimal): -11106191 or 7440470. OLE color: 7440470.
HSL color Cylindrical-coordinate representation of color #568871: hue angle of 152.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 #568871 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 113 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.47 |
| HSL | 152.4º | 0.23% | 0.44% | - |
| HSV(B) | 152.4º | 0.37% | 0.53% | - |
| XYZ | 15.62 | 20.78 | 18.81 | - |
| YUV | 118.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 113 | 0.37 | 0 | 0.17 | 0.47 | 152.4 | 0.23 | 0.44 |
| Hex | 56 | 88 | 71 | 25 | 0 | 11 | 2F | 98 | 17 | 2C |
| Octal | 126 | 210 | 161 | 45 | 0 | 21 | 57 | 230 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1110001 | 100101 | 0 | 10001 | 101111 | 10011000 | 10111 | 101100 |
Color Harmonies of #568871
Complementary color
Monochromatic Colors of #568871
Black with #568871
Text Example
Text Example
White with #568871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568871; }
p { color: rgb(86,136,113); }
H1.HeaderClassName
{
color: #568871;
}
.AnyTagClassName
{
color: #568871;
}
</style>
background-color css
<style>
a { background-color: #568871; }
a { background-color: rgb(86,136,113); }
div.DivClassName
{
background-color: #568871;
}
.BgClassName
{
background-color: #568871;
}
</style>
border-color css
<style>
span { border-color: #568871; }
span { border-color: rgb(86,136,113); }
td.TdClassName
{
border-color: #568871;
}
.TagClassName
{
border-color: #568871;
}
</style>