Shades of Cutty Sark #5F736B
Tints of Cutty Sark #5F736B
RGB
CMYK
RGB Variations
Color information
#5F736B (or 0x5F736B) is known color: Cutty Sark. HEX triplet: 5F, 73 and 6B. RGB value is (95,115,107). Sum of RGB (Red+Green+Blue) = 95+115+107=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #5F736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F736B is #A08C94. Grayscale: #6C6C6C. Windows color (decimal): -10521749 or 7041887. OLE color: 7041887.
HSL color Cylindrical-coordinate representation of color #5F736B: hue angle of 156º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F736B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 107 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.55 |
| HSL | 156º | 0.1% | 0.41% | - |
| HSV(B) | 156º | 0.17% | 0.45% | - |
| XYZ | 13.5 | 15.76 | 16.24 | - |
| YUV | 108.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 107 | 0.17 | 0 | 0.07 | 0.55 | 156 | 0.1 | 0.41 |
| Hex | 5F | 73 | 6B | 11 | 0 | 7 | 37 | 9C | A | 29 |
| Octal | 137 | 163 | 153 | 21 | 0 | 7 | 67 | 234 | 12 | 51 |
| Binary | 1011111 | 1110011 | 1101011 | 10001 | 0 | 111 | 110111 | 10011100 | 1010 | 101001 |
Color Harmonies of #5F736B
Complementary color
Monochromatic Colors of #5F736B
Black with #5F736B
Text Example
Text Example
White with #5F736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F736B; }
p { color: rgb(95,115,107); }
H1.HeaderClassName
{
color: #5F736B;
}
.AnyTagClassName
{
color: #5F736B;
}
</style>
background-color css
<style>
a { background-color: #5F736B; }
a { background-color: rgb(95,115,107); }
div.DivClassName
{
background-color: #5F736B;
}
.BgClassName
{
background-color: #5F736B;
}
</style>
border-color css
<style>
span { border-color: #5F736B; }
span { border-color: rgb(95,115,107); }
td.TdClassName
{
border-color: #5F736B;
}
.TagClassName
{
border-color: #5F736B;
}
</style>