Shades of Cutty Sark #567A6C
Tints of Cutty Sark #567A6C
RGB
CMYK
RGB Variations
Color information
#567A6C (or 0x567A6C) is known color: Cutty Sark. HEX triplet: 56, 7A and 6C. RGB value is (86,122,108). Sum of RGB (Red+Green+Blue) = 86+122+108=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #567A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A6C is #A98593. Grayscale: #6D6D6D. Windows color (decimal): -11109780 or 7109206. OLE color: 7109206.
HSL color Cylindrical-coordinate representation of color #567A6C: hue angle of 156.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 #567A6C is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 122 | 108 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.52 |
| HSL | 156.67º | 0.17% | 0.41% | - |
| HSV(B) | 156.67º | 0.3% | 0.48% | - |
| XYZ | 13.5 | 16.98 | 16.75 | - |
| YUV | 109.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 108 | 0.30 | 0 | 0.11 | 0.52 | 156.67 | 0.17 | 0.41 |
| Hex | 56 | 7A | 6C | 1E | 0 | B | 34 | 9D | 11 | 29 |
| Octal | 126 | 172 | 154 | 36 | 0 | 13 | 64 | 235 | 21 | 51 |
| Binary | 1010110 | 1111010 | 1101100 | 11110 | 0 | 1011 | 110100 | 10011101 | 10001 | 101001 |
Color Harmonies of #567A6C
Complementary color
Monochromatic Colors of #567A6C
Black with #567A6C
Text Example
Text Example
White with #567A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A6C; }
p { color: rgb(86,122,108); }
H1.HeaderClassName
{
color: #567A6C;
}
.AnyTagClassName
{
color: #567A6C;
}
</style>
background-color css
<style>
a { background-color: #567A6C; }
a { background-color: rgb(86,122,108); }
div.DivClassName
{
background-color: #567A6C;
}
.BgClassName
{
background-color: #567A6C;
}
</style>
border-color css
<style>
span { border-color: #567A6C; }
span { border-color: rgb(86,122,108); }
td.TdClassName
{
border-color: #567A6C;
}
.TagClassName
{
border-color: #567A6C;
}
</style>