Shades of Cutty Sark #568276
Tints of Cutty Sark #568276
RGB
CMYK
RGB Variations
Color information
#568276 (or 0x568276) is known color: Cutty Sark. HEX triplet: 56, 82 and 76. RGB value is (86,130,118). Sum of RGB (Red+Green+Blue) = 86+130+118=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #568276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568276 is #A97D89. Grayscale: #737373. Windows color (decimal): -11107722 or 7766614. OLE color: 7766614.
HSL color Cylindrical-coordinate representation of color #568276: hue angle of 163.64º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568276 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 118 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.49 |
| HSL | 163.64º | 0.2% | 0.42% | - |
| HSV(B) | 163.64º | 0.34% | 0.51% | - |
| XYZ | 15.09 | 19.25 | 20.06 | - |
| YUV | 115.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 118 | 0.34 | 0 | 0.09 | 0.49 | 163.64 | 0.2 | 0.42 |
| Hex | 56 | 82 | 76 | 22 | 0 | 9 | 31 | A4 | 14 | 2A |
| Octal | 126 | 202 | 166 | 42 | 0 | 11 | 61 | 244 | 24 | 52 |
| Binary | 1010110 | 10000010 | 1110110 | 100010 | 0 | 1001 | 110001 | 10100100 | 10100 | 101010 |
Color Harmonies of #568276
Complementary color
Monochromatic Colors of #568276
Black with #568276
Text Example
Text Example
White with #568276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568276; }
p { color: rgb(86,130,118); }
H1.HeaderClassName
{
color: #568276;
}
.AnyTagClassName
{
color: #568276;
}
</style>
background-color css
<style>
a { background-color: #568276; }
a { background-color: rgb(86,130,118); }
div.DivClassName
{
background-color: #568276;
}
.BgClassName
{
background-color: #568276;
}
</style>
border-color css
<style>
span { border-color: #568276; }
span { border-color: rgb(86,130,118); }
td.TdClassName
{
border-color: #568276;
}
.TagClassName
{
border-color: #568276;
}
</style>