Shades of Cutty Sark #5E9077
Tints of Cutty Sark #5E9077
RGB
CMYK
RGB Variations
Color information
#5E9077 (or 0x5E9077) is known color: Cutty Sark. HEX triplet: 5E, 90 and 77. RGB value is (94,144,119). Sum of RGB (Red+Green+Blue) = 94+144+119=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9077 is #A16F88. Grayscale: #7E7E7E. Windows color (decimal): -10579849 or 7835742. OLE color: 7835742.
HSL color Cylindrical-coordinate representation of color #5E9077: hue angle of 150º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E9077 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 119 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.44 |
| HSL | 150º | 0.21% | 0.47% | - |
| HSV(B) | 150º | 0.35% | 0.56% | - |
| XYZ | 17.92 | 23.66 | 21.07 | - |
| YUV | 126.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 119 | 0.35 | 0 | 0.17 | 0.44 | 150 | 0.21 | 0.47 |
| Hex | 5E | 90 | 77 | 23 | 0 | 11 | 2C | 96 | 15 | 2F |
| Octal | 136 | 220 | 167 | 43 | 0 | 21 | 54 | 226 | 25 | 57 |
| Binary | 1011110 | 10010000 | 1110111 | 100011 | 0 | 10001 | 101100 | 10010110 | 10101 | 101111 |
Color Harmonies of #5E9077
Complementary color
Monochromatic Colors of #5E9077
Black with #5E9077
Text Example
Text Example
White with #5E9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9077; }
p { color: rgb(94,144,119); }
H1.HeaderClassName
{
color: #5E9077;
}
.AnyTagClassName
{
color: #5E9077;
}
</style>
background-color css
<style>
a { background-color: #5E9077; }
a { background-color: rgb(94,144,119); }
div.DivClassName
{
background-color: #5E9077;
}
.BgClassName
{
background-color: #5E9077;
}
</style>
border-color css
<style>
span { border-color: #5E9077; }
span { border-color: rgb(94,144,119); }
td.TdClassName
{
border-color: #5E9077;
}
.TagClassName
{
border-color: #5E9077;
}
</style>