Shades of Cutty Sark #567E6C
Tints of Cutty Sark #567E6C
RGB
CMYK
RGB Variations
Color information
#567E6C (or 0x567E6C) is known color: Cutty Sark. HEX triplet: 56, 7E and 6C. RGB value is (86,126,108). Sum of RGB (Red+Green+Blue) = 86+126+108=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #567E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567E6C is #A98193. Grayscale: #707070. Windows color (decimal): -11108756 or 7110230. OLE color: 7110230.
HSL color Cylindrical-coordinate representation of color #567E6C: hue angle of 153º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567E6C is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 126 | 108 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.51 |
| HSL | 153º | 0.19% | 0.42% | - |
| HSV(B) | 153º | 0.32% | 0.49% | - |
| XYZ | 14.01 | 17.98 | 16.92 | - |
| YUV | 111.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 108 | 0.32 | 0 | 0.14 | 0.51 | 153 | 0.19 | 0.42 |
| Hex | 56 | 7E | 6C | 20 | 0 | E | 33 | 99 | 13 | 2A |
| Octal | 126 | 176 | 154 | 40 | 0 | 16 | 63 | 231 | 23 | 52 |
| Binary | 1010110 | 1111110 | 1101100 | 100000 | 0 | 1110 | 110011 | 10011001 | 10011 | 101010 |
Color Harmonies of #567E6C
Complementary color
Monochromatic Colors of #567E6C
Black with #567E6C
Text Example
Text Example
White with #567E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E6C; }
p { color: rgb(86,126,108); }
H1.HeaderClassName
{
color: #567E6C;
}
.AnyTagClassName
{
color: #567E6C;
}
</style>
background-color css
<style>
a { background-color: #567E6C; }
a { background-color: rgb(86,126,108); }
div.DivClassName
{
background-color: #567E6C;
}
.BgClassName
{
background-color: #567E6C;
}
</style>
border-color css
<style>
span { border-color: #567E6C; }
span { border-color: rgb(86,126,108); }
td.TdClassName
{
border-color: #567E6C;
}
.TagClassName
{
border-color: #567E6C;
}
</style>