Shades of Cutty Sark #5E877B
Tints of Cutty Sark #5E877B
RGB
CMYK
RGB Variations
Color information
#5E877B (or 0x5E877B) is known color: Cutty Sark. HEX triplet: 5E, 87 and 7B. RGB value is (94,135,123). Sum of RGB (Red+Green+Blue) = 94+135+123=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #5E877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E877B is #A17884. Grayscale: #797979. Windows color (decimal): -10582149 or 8095582. OLE color: 8095582.
HSL color Cylindrical-coordinate representation of color #5E877B: hue angle of 162.44º 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 #5E877B is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 123 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.47 |
| HSL | 162.44º | 0.18% | 0.45% | - |
| HSV(B) | 162.44º | 0.3% | 0.53% | - |
| XYZ | 16.86 | 21.14 | 21.93 | - |
| YUV | 121.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 123 | 0.30 | 0 | 0.09 | 0.47 | 162.44 | 0.18 | 0.45 |
| Hex | 5E | 87 | 7B | 1E | 0 | 9 | 2F | A2 | 12 | 2D |
| Octal | 136 | 207 | 173 | 36 | 0 | 11 | 57 | 242 | 22 | 55 |
| Binary | 1011110 | 10000111 | 1111011 | 11110 | 0 | 1001 | 101111 | 10100010 | 10010 | 101101 |
Color Harmonies of #5E877B
Complementary color
Monochromatic Colors of #5E877B
Black with #5E877B
Text Example
Text Example
White with #5E877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E877B; }
p { color: rgb(94,135,123); }
H1.HeaderClassName
{
color: #5E877B;
}
.AnyTagClassName
{
color: #5E877B;
}
</style>
background-color css
<style>
a { background-color: #5E877B; }
a { background-color: rgb(94,135,123); }
div.DivClassName
{
background-color: #5E877B;
}
.BgClassName
{
background-color: #5E877B;
}
</style>
border-color css
<style>
span { border-color: #5E877B; }
span { border-color: rgb(94,135,123); }
td.TdClassName
{
border-color: #5E877B;
}
.TagClassName
{
border-color: #5E877B;
}
</style>