Shades of Cutty Sark #5B746B
Tints of Cutty Sark #5B746B
RGB
CMYK
RGB Variations
Color information
#5B746B (or 0x5B746B) is known color: Cutty Sark. HEX triplet: 5B, 74 and 6B. RGB value is (91,116,107). Sum of RGB (Red+Green+Blue) = 91+116+107=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #5B746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B746B is #A48B94. Grayscale: #6B6B6B. Windows color (decimal): -10783637 or 7042139. OLE color: 7042139.
HSL color Cylindrical-coordinate representation of color #5B746B: hue angle of 158.4º 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 #5B746B is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 107 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.55 |
| HSL | 158.4º | 0.12% | 0.41% | - |
| HSV(B) | 158.4º | 0.22% | 0.45% | - |
| XYZ | 13.21 | 15.78 | 16.26 | - |
| YUV | 107.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 107 | 0.22 | 0 | 0.08 | 0.55 | 158.4 | 0.12 | 0.41 |
| Hex | 5B | 74 | 6B | 16 | 0 | 8 | 37 | 9E | C | 29 |
| Octal | 133 | 164 | 153 | 26 | 0 | 10 | 67 | 236 | 14 | 51 |
| Binary | 1011011 | 1110100 | 1101011 | 10110 | 0 | 1000 | 110111 | 10011110 | 1100 | 101001 |
Color Harmonies of #5B746B
Complementary color
Monochromatic Colors of #5B746B
Black with #5B746B
Text Example
Text Example
White with #5B746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B746B; }
p { color: rgb(91,116,107); }
H1.HeaderClassName
{
color: #5B746B;
}
.AnyTagClassName
{
color: #5B746B;
}
</style>
background-color css
<style>
a { background-color: #5B746B; }
a { background-color: rgb(91,116,107); }
div.DivClassName
{
background-color: #5B746B;
}
.BgClassName
{
background-color: #5B746B;
}
</style>
border-color css
<style>
span { border-color: #5B746B; }
span { border-color: rgb(91,116,107); }
td.TdClassName
{
border-color: #5B746B;
}
.TagClassName
{
border-color: #5B746B;
}
</style>