Shades of Cutty Sark #568378
Tints of Cutty Sark #568378
RGB
CMYK
RGB Variations
Color information
#568378 (or 0x568378) is known color: Cutty Sark. HEX triplet: 56, 83 and 78. RGB value is (86,131,120). Sum of RGB (Red+Green+Blue) = 86+131+120=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #568378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568378 is #A97C87. Grayscale: #747474. Windows color (decimal): -11107464 or 7897942. OLE color: 7897942.
HSL color Cylindrical-coordinate representation of color #568378: hue angle of 165.33º 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 #568378 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 131 | 120 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.49 |
| HSL | 165.33º | 0.21% | 0.43% | - |
| HSV(B) | 165.33º | 0.34% | 0.51% | - |
| XYZ | 15.34 | 19.57 | 20.74 | - |
| YUV | 116.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 120 | 0.34 | 0 | 0.08 | 0.49 | 165.33 | 0.21 | 0.43 |
| Hex | 56 | 83 | 78 | 22 | 0 | 8 | 31 | A5 | 15 | 2B |
| Octal | 126 | 203 | 170 | 42 | 0 | 10 | 61 | 245 | 25 | 53 |
| Binary | 1010110 | 10000011 | 1111000 | 100010 | 0 | 1000 | 110001 | 10100101 | 10101 | 101011 |
Color Harmonies of #568378
Complementary color
Monochromatic Colors of #568378
Black with #568378
Text Example
Text Example
White with #568378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568378; }
p { color: rgb(86,131,120); }
H1.HeaderClassName
{
color: #568378;
}
.AnyTagClassName
{
color: #568378;
}
</style>
background-color css
<style>
a { background-color: #568378; }
a { background-color: rgb(86,131,120); }
div.DivClassName
{
background-color: #568378;
}
.BgClassName
{
background-color: #568378;
}
</style>
border-color css
<style>
span { border-color: #568378; }
span { border-color: rgb(86,131,120); }
td.TdClassName
{
border-color: #568378;
}
.TagClassName
{
border-color: #568378;
}
</style>