Shades of Cutty Sark #5D736C
Tints of Cutty Sark #5D736C
RGB
CMYK
RGB Variations
Color information
#5D736C (or 0x5D736C) is known color: Cutty Sark. HEX triplet: 5D, 73 and 6C. RGB value is (93,115,108). Sum of RGB (Red+Green+Blue) = 93+115+108=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #5D736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D736C is #A28C93. Grayscale: #6B6B6B. Windows color (decimal): -10652820 or 7107421. OLE color: 7107421.
HSL color Cylindrical-coordinate representation of color #5D736C: hue angle of 160.91º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D736C is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 108 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.55 |
| HSL | 160.91º | 0.11% | 0.41% | - |
| HSV(B) | 160.91º | 0.19% | 0.45% | - |
| XYZ | 13.35 | 15.67 | 16.51 | - |
| YUV | 107.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 108 | 0.19 | 0 | 0.06 | 0.55 | 160.91 | 0.11 | 0.41 |
| Hex | 5D | 73 | 6C | 13 | 0 | 6 | 37 | A1 | B | 29 |
| Octal | 135 | 163 | 154 | 23 | 0 | 6 | 67 | 241 | 13 | 51 |
| Binary | 1011101 | 1110011 | 1101100 | 10011 | 0 | 110 | 110111 | 10100001 | 1011 | 101001 |
Color Harmonies of #5D736C
Complementary color
Monochromatic Colors of #5D736C
Black with #5D736C
Text Example
Text Example
White with #5D736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D736C; }
p { color: rgb(93,115,108); }
H1.HeaderClassName
{
color: #5D736C;
}
.AnyTagClassName
{
color: #5D736C;
}
</style>
background-color css
<style>
a { background-color: #5D736C; }
a { background-color: rgb(93,115,108); }
div.DivClassName
{
background-color: #5D736C;
}
.BgClassName
{
background-color: #5D736C;
}
</style>
border-color css
<style>
span { border-color: #5D736C; }
span { border-color: rgb(93,115,108); }
td.TdClassName
{
border-color: #5D736C;
}
.TagClassName
{
border-color: #5D736C;
}
</style>