Shades of Cutty Sark #567D73
Tints of Cutty Sark #567D73
RGB
CMYK
RGB Variations
Color information
#567D73 (or 0x567D73) is known color: Cutty Sark. HEX triplet: 56, 7D and 73. RGB value is (86,125,115). Sum of RGB (Red+Green+Blue) = 86+125+115=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #567D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D73 is #A9828C. Grayscale: #707070. Windows color (decimal): -11109005 or 7568726. OLE color: 7568726.
HSL color Cylindrical-coordinate representation of color #567D73: hue angle of 164.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567D73 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 125 | 115 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.51 |
| HSL | 164.62º | 0.18% | 0.41% | - |
| HSV(B) | 164.62º | 0.31% | 0.49% | - |
| XYZ | 14.27 | 17.88 | 18.92 | - |
| YUV | 112.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 115 | 0.31 | 0 | 0.08 | 0.51 | 164.62 | 0.18 | 0.41 |
| Hex | 56 | 7D | 73 | 1F | 0 | 8 | 33 | A5 | 12 | 29 |
| Octal | 126 | 175 | 163 | 37 | 0 | 10 | 63 | 245 | 22 | 51 |
| Binary | 1010110 | 1111101 | 1110011 | 11111 | 0 | 1000 | 110011 | 10100101 | 10010 | 101001 |
Color Harmonies of #567D73
Complementary color
Monochromatic Colors of #567D73
Black with #567D73
Text Example
Text Example
White with #567D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D73; }
p { color: rgb(86,125,115); }
H1.HeaderClassName
{
color: #567D73;
}
.AnyTagClassName
{
color: #567D73;
}
</style>
background-color css
<style>
a { background-color: #567D73; }
a { background-color: rgb(86,125,115); }
div.DivClassName
{
background-color: #567D73;
}
.BgClassName
{
background-color: #567D73;
}
</style>
border-color css
<style>
span { border-color: #567D73; }
span { border-color: rgb(86,125,115); }
td.TdClassName
{
border-color: #567D73;
}
.TagClassName
{
border-color: #567D73;
}
</style>