Shades of Cutty Sark #5E706A
Tints of Cutty Sark #5E706A
RGB
CMYK
RGB Variations
Color information
#5E706A (or 0x5E706A) is known color: Cutty Sark. HEX triplet: 5E, 70 and 6A. RGB value is (94,112,106). Sum of RGB (Red+Green+Blue) = 94+112+106=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #5E706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E706A is #A18F95. Grayscale: #696969. Windows color (decimal): -10588054 or 6975582. OLE color: 6975582.
HSL color Cylindrical-coordinate representation of color #5E706A: hue angle of 160º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E706A is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 106 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.56 |
| HSL | 160º | 0.09% | 0.4% | - |
| HSV(B) | 160º | 0.16% | 0.44% | - |
| XYZ | 13.01 | 15.01 | 15.85 | - |
| YUV | 105.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 106 | 0.16 | 0 | 0.05 | 0.56 | 160 | 0.09 | 0.4 |
| Hex | 5E | 70 | 6A | 10 | 0 | 5 | 38 | A0 | 9 | 28 |
| Octal | 136 | 160 | 152 | 20 | 0 | 5 | 70 | 240 | 11 | 50 |
| Binary | 1011110 | 1110000 | 1101010 | 10000 | 0 | 101 | 111000 | 10100000 | 1001 | 101000 |
Color Harmonies of #5E706A
Complementary color
Monochromatic Colors of #5E706A
Black with #5E706A
Text Example
Text Example
White with #5E706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E706A; }
p { color: rgb(94,112,106); }
H1.HeaderClassName
{
color: #5E706A;
}
.AnyTagClassName
{
color: #5E706A;
}
</style>
background-color css
<style>
a { background-color: #5E706A; }
a { background-color: rgb(94,112,106); }
div.DivClassName
{
background-color: #5E706A;
}
.BgClassName
{
background-color: #5E706A;
}
</style>
border-color css
<style>
span { border-color: #5E706A; }
span { border-color: rgb(94,112,106); }
td.TdClassName
{
border-color: #5E706A;
}
.TagClassName
{
border-color: #5E706A;
}
</style>