Shades of Cutty Sark #567F72
Tints of Cutty Sark #567F72
RGB
CMYK
RGB Variations
Color information
#567F72 (or 0x567F72) is known color: Cutty Sark. HEX triplet: 56, 7F and 72. RGB value is (86,127,114). Sum of RGB (Red+Green+Blue) = 86+127+114=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 127 - color contains mainly: green. Hex color #567F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567F72 is #A9808D. Grayscale: #717171. Windows color (decimal): -11108494 or 7503702. OLE color: 7503702.
HSL color Cylindrical-coordinate representation of color #567F72: hue angle of 160.98º 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 #567F72 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 127 | 114 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.50 |
| HSL | 160.98º | 0.19% | 0.42% | - |
| HSV(B) | 160.98º | 0.32% | 0.5% | - |
| XYZ | 14.46 | 18.37 | 18.7 | - |
| YUV | 113.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 114 | 0.32 | 0 | 0.10 | 0.50 | 160.98 | 0.19 | 0.42 |
| Hex | 56 | 7F | 72 | 20 | 0 | A | 32 | A1 | 13 | 2A |
| Octal | 126 | 177 | 162 | 40 | 0 | 12 | 62 | 241 | 23 | 52 |
| Binary | 1010110 | 1111111 | 1110010 | 100000 | 0 | 1010 | 110010 | 10100001 | 10011 | 101010 |
Color Harmonies of #567F72
Complementary color
Monochromatic Colors of #567F72
Black with #567F72
Text Example
Text Example
White with #567F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F72; }
p { color: rgb(86,127,114); }
H1.HeaderClassName
{
color: #567F72;
}
.AnyTagClassName
{
color: #567F72;
}
</style>
background-color css
<style>
a { background-color: #567F72; }
a { background-color: rgb(86,127,114); }
div.DivClassName
{
background-color: #567F72;
}
.BgClassName
{
background-color: #567F72;
}
</style>
border-color css
<style>
span { border-color: #567F72; }
span { border-color: rgb(86,127,114); }
td.TdClassName
{
border-color: #567F72;
}
.TagClassName
{
border-color: #567F72;
}
</style>