Shades of Cutty Sark #5C7169
Tints of Cutty Sark #5C7169
RGB
CMYK
RGB Variations
Color information
#5C7169 (or 0x5C7169) is known color: Cutty Sark. HEX triplet: 5C, 71 and 69. RGB value is (92,113,105). Sum of RGB (Red+Green+Blue) = 92+113+105=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7169 is #A38E96. Grayscale: #696969. Windows color (decimal): -10718871 or 6910300. OLE color: 6910300.
HSL color Cylindrical-coordinate representation of color #5C7169: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C7169 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 105 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.56 |
| HSL | 157.14º | 0.1% | 0.4% | - |
| HSV(B) | 157.14º | 0.19% | 0.44% | - |
| XYZ | 12.87 | 15.11 | 15.6 | - |
| YUV | 105.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 105 | 0.19 | 0 | 0.07 | 0.56 | 157.14 | 0.1 | 0.4 |
| Hex | 5C | 71 | 69 | 13 | 0 | 7 | 38 | 9D | A | 28 |
| Octal | 134 | 161 | 151 | 23 | 0 | 7 | 70 | 235 | 12 | 50 |
| Binary | 1011100 | 1110001 | 1101001 | 10011 | 0 | 111 | 111000 | 10011101 | 1010 | 101000 |
Color Harmonies of #5C7169
Complementary color
Monochromatic Colors of #5C7169
Black with #5C7169
Text Example
Text Example
White with #5C7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7169; }
p { color: rgb(92,113,105); }
H1.HeaderClassName
{
color: #5C7169;
}
.AnyTagClassName
{
color: #5C7169;
}
</style>
background-color css
<style>
a { background-color: #5C7169; }
a { background-color: rgb(92,113,105); }
div.DivClassName
{
background-color: #5C7169;
}
.BgClassName
{
background-color: #5C7169;
}
</style>
border-color css
<style>
span { border-color: #5C7169; }
span { border-color: rgb(92,113,105); }
td.TdClassName
{
border-color: #5C7169;
}
.TagClassName
{
border-color: #5C7169;
}
</style>