Shades of Cutty Sark #568373
Tints of Cutty Sark #568373
RGB
CMYK
RGB Variations
Color information
#568373 (or 0x568373) is known color: Cutty Sark. HEX triplet: 56, 83 and 73. RGB value is (86,131,115). Sum of RGB (Red+Green+Blue) = 86+131+115=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #568373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568373 is #A97C8C. Grayscale: #737373. Windows color (decimal): -11107469 or 7570262. OLE color: 7570262.
HSL color Cylindrical-coordinate representation of color #568373: hue angle of 158.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 #568373 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 131 | 115 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.49 |
| HSL | 158.67º | 0.21% | 0.43% | - |
| HSV(B) | 158.67º | 0.34% | 0.51% | - |
| XYZ | 15.05 | 19.45 | 19.18 | - |
| YUV | 115.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 115 | 0.34 | 0 | 0.12 | 0.49 | 158.67 | 0.21 | 0.43 |
| Hex | 56 | 83 | 73 | 22 | 0 | C | 31 | 9F | 15 | 2B |
| Octal | 126 | 203 | 163 | 42 | 0 | 14 | 61 | 237 | 25 | 53 |
| Binary | 1010110 | 10000011 | 1110011 | 100010 | 0 | 1100 | 110001 | 10011111 | 10101 | 101011 |
Color Harmonies of #568373
Complementary color
Monochromatic Colors of #568373
Black with #568373
Text Example
Text Example
White with #568373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568373; }
p { color: rgb(86,131,115); }
H1.HeaderClassName
{
color: #568373;
}
.AnyTagClassName
{
color: #568373;
}
</style>
background-color css
<style>
a { background-color: #568373; }
a { background-color: rgb(86,131,115); }
div.DivClassName
{
background-color: #568373;
}
.BgClassName
{
background-color: #568373;
}
</style>
border-color css
<style>
span { border-color: #568373; }
span { border-color: rgb(86,131,115); }
td.TdClassName
{
border-color: #568373;
}
.TagClassName
{
border-color: #568373;
}
</style>