Shades of Cutty Sark #5E867A
Tints of Cutty Sark #5E867A
RGB
CMYK
RGB Variations
Color information
#5E867A (or 0x5E867A) is known color: Cutty Sark. HEX triplet: 5E, 86 and 7A. RGB value is (94,134,122). Sum of RGB (Red+Green+Blue) = 94+134+122=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #5E867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E867A is #A17985. Grayscale: #787878. Windows color (decimal): -10582406 or 8029790. OLE color: 8029790.
HSL color Cylindrical-coordinate representation of color #5E867A: hue angle of 162º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E867A is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 122 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.47 |
| HSL | 162º | 0.18% | 0.45% | - |
| HSV(B) | 162º | 0.3% | 0.53% | - |
| XYZ | 16.65 | 20.84 | 21.56 | - |
| YUV | 120.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 122 | 0.30 | 0 | 0.09 | 0.47 | 162 | 0.18 | 0.45 |
| Hex | 5E | 86 | 7A | 1E | 0 | 9 | 2F | A2 | 12 | 2D |
| Octal | 136 | 206 | 172 | 36 | 0 | 11 | 57 | 242 | 22 | 55 |
| Binary | 1011110 | 10000110 | 1111010 | 11110 | 0 | 1001 | 101111 | 10100010 | 10010 | 101101 |
Color Harmonies of #5E867A
Complementary color
Monochromatic Colors of #5E867A
Black with #5E867A
Text Example
Text Example
White with #5E867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E867A; }
p { color: rgb(94,134,122); }
H1.HeaderClassName
{
color: #5E867A;
}
.AnyTagClassName
{
color: #5E867A;
}
</style>
background-color css
<style>
a { background-color: #5E867A; }
a { background-color: rgb(94,134,122); }
div.DivClassName
{
background-color: #5E867A;
}
.BgClassName
{
background-color: #5E867A;
}
</style>
border-color css
<style>
span { border-color: #5E867A; }
span { border-color: rgb(94,134,122); }
td.TdClassName
{
border-color: #5E867A;
}
.TagClassName
{
border-color: #5E867A;
}
</style>