Shades of Cutty Sark #567A69
Tints of Cutty Sark #567A69
RGB
CMYK
RGB Variations
Color information
#567A69 (or 0x567A69) is known color: Cutty Sark. HEX triplet: 56, 7A and 69. RGB value is (86,122,105). Sum of RGB (Red+Green+Blue) = 86+122+105=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #567A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A69 is #A98596. Grayscale: #6D6D6D. Windows color (decimal): -11109783 or 6912598. OLE color: 6912598.
HSL color Cylindrical-coordinate representation of color #567A69: hue angle of 151.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567A69 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 122 | 105 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.52 |
| HSL | 151.67º | 0.17% | 0.41% | - |
| HSV(B) | 151.67º | 0.3% | 0.48% | - |
| XYZ | 13.35 | 16.92 | 15.93 | - |
| YUV | 109.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 105 | 0.30 | 0 | 0.14 | 0.52 | 151.67 | 0.17 | 0.41 |
| Hex | 56 | 7A | 69 | 1E | 0 | E | 34 | 98 | 11 | 29 |
| Octal | 126 | 172 | 151 | 36 | 0 | 16 | 64 | 230 | 21 | 51 |
| Binary | 1010110 | 1111010 | 1101001 | 11110 | 0 | 1110 | 110100 | 10011000 | 10001 | 101001 |
Color Harmonies of #567A69
Complementary color
Monochromatic Colors of #567A69
Black with #567A69
Text Example
Text Example
White with #567A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A69; }
p { color: rgb(86,122,105); }
H1.HeaderClassName
{
color: #567A69;
}
.AnyTagClassName
{
color: #567A69;
}
</style>
background-color css
<style>
a { background-color: #567A69; }
a { background-color: rgb(86,122,105); }
div.DivClassName
{
background-color: #567A69;
}
.BgClassName
{
background-color: #567A69;
}
</style>
border-color css
<style>
span { border-color: #567A69; }
span { border-color: rgb(86,122,105); }
td.TdClassName
{
border-color: #567A69;
}
.TagClassName
{
border-color: #567A69;
}
</style>