Shades of Cutty Sark #5B746C
Tints of Cutty Sark #5B746C
RGB
CMYK
RGB Variations
Color information
#5B746C (or 0x5B746C) is known color: Cutty Sark. HEX triplet: 5B, 74 and 6C. RGB value is (91,116,108). Sum of RGB (Red+Green+Blue) = 91+116+108=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #5B746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B746C is #A48B93. Grayscale: #6B6B6B. Windows color (decimal): -10783636 or 7107675. OLE color: 7107675.
HSL color Cylindrical-coordinate representation of color #5B746C: hue angle of 160.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B746C is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 108 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.55 |
| HSL | 160.8º | 0.12% | 0.41% | - |
| HSV(B) | 160.8º | 0.22% | 0.45% | - |
| XYZ | 13.27 | 15.8 | 16.54 | - |
| YUV | 107.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 108 | 0.22 | 0 | 0.07 | 0.55 | 160.8 | 0.12 | 0.41 |
| Hex | 5B | 74 | 6C | 16 | 0 | 7 | 37 | A1 | C | 29 |
| Octal | 133 | 164 | 154 | 26 | 0 | 7 | 67 | 241 | 14 | 51 |
| Binary | 1011011 | 1110100 | 1101100 | 10110 | 0 | 111 | 110111 | 10100001 | 1100 | 101001 |
Color Harmonies of #5B746C
Complementary color
Monochromatic Colors of #5B746C
Black with #5B746C
Text Example
Text Example
White with #5B746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B746C; }
p { color: rgb(91,116,108); }
H1.HeaderClassName
{
color: #5B746C;
}
.AnyTagClassName
{
color: #5B746C;
}
</style>
background-color css
<style>
a { background-color: #5B746C; }
a { background-color: rgb(91,116,108); }
div.DivClassName
{
background-color: #5B746C;
}
.BgClassName
{
background-color: #5B746C;
}
</style>
border-color css
<style>
span { border-color: #5B746C; }
span { border-color: rgb(91,116,108); }
td.TdClassName
{
border-color: #5B746C;
}
.TagClassName
{
border-color: #5B746C;
}
</style>