Shades of Cutty Sark #5C736B
Tints of Cutty Sark #5C736B
RGB
CMYK
RGB Variations
Color information
#5C736B (or 0x5C736B) is known color: Cutty Sark. HEX triplet: 5C, 73 and 6B. RGB value is (92,115,107). Sum of RGB (Red+Green+Blue) = 92+115+107=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #5C736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C736B is #A38C94. Grayscale: #6B6B6B. Windows color (decimal): -10718357 or 7041884. OLE color: 7041884.
HSL color Cylindrical-coordinate representation of color #5C736B: hue angle of 159.13º 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 #5C736B is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 107 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.55 |
| HSL | 159.13º | 0.11% | 0.41% | - |
| HSV(B) | 159.13º | 0.2% | 0.45% | - |
| XYZ | 13.2 | 15.6 | 16.23 | - |
| YUV | 107.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 107 | 0.20 | 0 | 0.07 | 0.55 | 159.13 | 0.11 | 0.41 |
| Hex | 5C | 73 | 6B | 14 | 0 | 7 | 37 | 9F | B | 29 |
| Octal | 134 | 163 | 153 | 24 | 0 | 7 | 67 | 237 | 13 | 51 |
| Binary | 1011100 | 1110011 | 1101011 | 10100 | 0 | 111 | 110111 | 10011111 | 1011 | 101001 |
Color Harmonies of #5C736B
Complementary color
Monochromatic Colors of #5C736B
Black with #5C736B
Text Example
Text Example
White with #5C736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C736B; }
p { color: rgb(92,115,107); }
H1.HeaderClassName
{
color: #5C736B;
}
.AnyTagClassName
{
color: #5C736B;
}
</style>
background-color css
<style>
a { background-color: #5C736B; }
a { background-color: rgb(92,115,107); }
div.DivClassName
{
background-color: #5C736B;
}
.BgClassName
{
background-color: #5C736B;
}
</style>
border-color css
<style>
span { border-color: #5C736B; }
span { border-color: rgb(92,115,107); }
td.TdClassName
{
border-color: #5C736B;
}
.TagClassName
{
border-color: #5C736B;
}
</style>