Shades of Cutty Sark #568379
Tints of Cutty Sark #568379
RGB
CMYK
RGB Variations
Color information
#568379 (or 0x568379) is known color: Cutty Sark. HEX triplet: 56, 83 and 79. RGB value is (86,131,121). Sum of RGB (Red+Green+Blue) = 86+131+121=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #568379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568379 is #A97C86. Grayscale: #747474. Windows color (decimal): -11107463 or 7963478. OLE color: 7963478.
HSL color Cylindrical-coordinate representation of color #568379: hue angle of 166.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568379 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 131 | 121 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.49 |
| HSL | 166.67º | 0.21% | 0.43% | - |
| HSV(B) | 166.67º | 0.34% | 0.51% | - |
| XYZ | 15.41 | 19.59 | 21.06 | - |
| YUV | 116.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 121 | 0.34 | 0 | 0.08 | 0.49 | 166.67 | 0.21 | 0.43 |
| Hex | 56 | 83 | 79 | 22 | 0 | 8 | 31 | A7 | 15 | 2B |
| Octal | 126 | 203 | 171 | 42 | 0 | 10 | 61 | 247 | 25 | 53 |
| Binary | 1010110 | 10000011 | 1111001 | 100010 | 0 | 1000 | 110001 | 10100111 | 10101 | 101011 |
Color Harmonies of #568379
Complementary color
Monochromatic Colors of #568379
Black with #568379
Text Example
Text Example
White with #568379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568379; }
p { color: rgb(86,131,121); }
H1.HeaderClassName
{
color: #568379;
}
.AnyTagClassName
{
color: #568379;
}
</style>
background-color css
<style>
a { background-color: #568379; }
a { background-color: rgb(86,131,121); }
div.DivClassName
{
background-color: #568379;
}
.BgClassName
{
background-color: #568379;
}
</style>
border-color css
<style>
span { border-color: #568379; }
span { border-color: rgb(86,131,121); }
td.TdClassName
{
border-color: #568379;
}
.TagClassName
{
border-color: #568379;
}
</style>