Shades of Cutty Sark #5D746B
Tints of Cutty Sark #5D746B
RGB
CMYK
RGB Variations
Color information
#5D746B (or 0x5D746B) is known color: Cutty Sark. HEX triplet: 5D, 74 and 6B. RGB value is (93,116,107). Sum of RGB (Red+Green+Blue) = 93+116+107=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #5D746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D746B is #A28B94. Grayscale: #6C6C6C. Windows color (decimal): -10652565 or 7042141. OLE color: 7042141.
HSL color Cylindrical-coordinate representation of color #5D746B: hue angle of 156.52º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D746B is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 107 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.55 |
| HSL | 156.52º | 0.11% | 0.41% | - |
| HSV(B) | 156.52º | 0.2% | 0.45% | - |
| XYZ | 13.41 | 15.88 | 16.27 | - |
| YUV | 108.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 107 | 0.20 | 0 | 0.08 | 0.55 | 156.52 | 0.11 | 0.41 |
| Hex | 5D | 74 | 6B | 14 | 0 | 8 | 37 | 9D | B | 29 |
| Octal | 135 | 164 | 153 | 24 | 0 | 10 | 67 | 235 | 13 | 51 |
| Binary | 1011101 | 1110100 | 1101011 | 10100 | 0 | 1000 | 110111 | 10011101 | 1011 | 101001 |
Color Harmonies of #5D746B
Complementary color
Monochromatic Colors of #5D746B
Black with #5D746B
Text Example
Text Example
White with #5D746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D746B; }
p { color: rgb(93,116,107); }
H1.HeaderClassName
{
color: #5D746B;
}
.AnyTagClassName
{
color: #5D746B;
}
</style>
background-color css
<style>
a { background-color: #5D746B; }
a { background-color: rgb(93,116,107); }
div.DivClassName
{
background-color: #5D746B;
}
.BgClassName
{
background-color: #5D746B;
}
</style>
border-color css
<style>
span { border-color: #5D746B; }
span { border-color: rgb(93,116,107); }
td.TdClassName
{
border-color: #5D746B;
}
.TagClassName
{
border-color: #5D746B;
}
</style>