Shades of Cutty Sark #59756B
Tints of Cutty Sark #59756B
RGB
CMYK
RGB Variations
Color information
#59756B (or 0x59756B) is known color: Cutty Sark. HEX triplet: 59, 75 and 6B. RGB value is (89,117,107). Sum of RGB (Red+Green+Blue) = 89+117+107=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #59756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59756B is #A68A94. Grayscale: #6B6B6B. Windows color (decimal): -10914453 or 7042393. OLE color: 7042393.
HSL color Cylindrical-coordinate representation of color #59756B: hue angle of 158.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59756B is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 117 | 107 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.54 |
| HSL | 158.57º | 0.14% | 0.4% | - |
| HSV(B) | 158.57º | 0.24% | 0.46% | - |
| XYZ | 13.13 | 15.91 | 16.29 | - |
| YUV | 107.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 107 | 0.24 | 0 | 0.09 | 0.54 | 158.57 | 0.14 | 0.4 |
| Hex | 59 | 75 | 6B | 18 | 0 | 9 | 36 | 9F | E | 28 |
| Octal | 131 | 165 | 153 | 30 | 0 | 11 | 66 | 237 | 16 | 50 |
| Binary | 1011001 | 1110101 | 1101011 | 11000 | 0 | 1001 | 110110 | 10011111 | 1110 | 101000 |
Color Harmonies of #59756B
Complementary color
Monochromatic Colors of #59756B
Black with #59756B
Text Example
Text Example
White with #59756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59756B; }
p { color: rgb(89,117,107); }
H1.HeaderClassName
{
color: #59756B;
}
.AnyTagClassName
{
color: #59756B;
}
</style>
background-color css
<style>
a { background-color: #59756B; }
a { background-color: rgb(89,117,107); }
div.DivClassName
{
background-color: #59756B;
}
.BgClassName
{
background-color: #59756B;
}
</style>
border-color css
<style>
span { border-color: #59756B; }
span { border-color: rgb(89,117,107); }
td.TdClassName
{
border-color: #59756B;
}
.TagClassName
{
border-color: #59756B;
}
</style>