Shades of Cutty Sark #567F6E
Tints of Cutty Sark #567F6E
RGB
CMYK
RGB Variations
Color information
#567F6E (or 0x567F6E) is known color: Cutty Sark. HEX triplet: 56, 7F and 6E. RGB value is (86,127,110). Sum of RGB (Red+Green+Blue) = 86+127+110=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #567F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567F6E is #A98091. Grayscale: #707070. Windows color (decimal): -11108498 or 7241558. OLE color: 7241558.
HSL color Cylindrical-coordinate representation of color #567F6E: hue angle of 155.12º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567F6E is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 127 | 110 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.50 |
| HSL | 155.12º | 0.19% | 0.42% | - |
| HSV(B) | 155.12º | 0.32% | 0.5% | - |
| XYZ | 14.24 | 18.28 | 17.53 | - |
| YUV | 112.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 110 | 0.32 | 0 | 0.13 | 0.50 | 155.12 | 0.19 | 0.42 |
| Hex | 56 | 7F | 6E | 20 | 0 | D | 32 | 9B | 13 | 2A |
| Octal | 126 | 177 | 156 | 40 | 0 | 15 | 62 | 233 | 23 | 52 |
| Binary | 1010110 | 1111111 | 1101110 | 100000 | 0 | 1101 | 110010 | 10011011 | 10011 | 101010 |
Color Harmonies of #567F6E
Complementary color
Monochromatic Colors of #567F6E
Black with #567F6E
Text Example
Text Example
White with #567F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F6E; }
p { color: rgb(86,127,110); }
H1.HeaderClassName
{
color: #567F6E;
}
.AnyTagClassName
{
color: #567F6E;
}
</style>
background-color css
<style>
a { background-color: #567F6E; }
a { background-color: rgb(86,127,110); }
div.DivClassName
{
background-color: #567F6E;
}
.BgClassName
{
background-color: #567F6E;
}
</style>
border-color css
<style>
span { border-color: #567F6E; }
span { border-color: rgb(86,127,110); }
td.TdClassName
{
border-color: #567F6E;
}
.TagClassName
{
border-color: #567F6E;
}
</style>