Shades of Cutty Sark #5E8779
Tints of Cutty Sark #5E8779
RGB
CMYK
RGB Variations
Color information
#5E8779 (or 0x5E8779) is known color: Cutty Sark. HEX triplet: 5E, 87 and 79. RGB value is (94,135,121). Sum of RGB (Red+Green+Blue) = 94+135+121=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8779 is #A17886. Grayscale: #797979. Windows color (decimal): -10582151 or 7964510. OLE color: 7964510.
HSL color Cylindrical-coordinate representation of color #5E8779: hue angle of 159.51º 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 #5E8779 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 121 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.47 |
| HSL | 159.51º | 0.18% | 0.45% | - |
| HSV(B) | 159.51º | 0.3% | 0.53% | - |
| XYZ | 16.73 | 21.09 | 21.28 | - |
| YUV | 121.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 121 | 0.30 | 0 | 0.10 | 0.47 | 159.51 | 0.18 | 0.45 |
| Hex | 5E | 87 | 79 | 1E | 0 | A | 2F | A0 | 12 | 2D |
| Octal | 136 | 207 | 171 | 36 | 0 | 12 | 57 | 240 | 22 | 55 |
| Binary | 1011110 | 10000111 | 1111001 | 11110 | 0 | 1010 | 101111 | 10100000 | 10010 | 101101 |
Color Harmonies of #5E8779
Complementary color
Monochromatic Colors of #5E8779
Black with #5E8779
Text Example
Text Example
White with #5E8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8779; }
p { color: rgb(94,135,121); }
H1.HeaderClassName
{
color: #5E8779;
}
.AnyTagClassName
{
color: #5E8779;
}
</style>
background-color css
<style>
a { background-color: #5E8779; }
a { background-color: rgb(94,135,121); }
div.DivClassName
{
background-color: #5E8779;
}
.BgClassName
{
background-color: #5E8779;
}
</style>
border-color css
<style>
span { border-color: #5E8779; }
span { border-color: rgb(94,135,121); }
td.TdClassName
{
border-color: #5E8779;
}
.TagClassName
{
border-color: #5E8779;
}
</style>