Shades of Cutty Sark #5E8477
Tints of Cutty Sark #5E8477
RGB
CMYK
RGB Variations
Color information
#5E8477 (or 0x5E8477) is known color: Cutty Sark. HEX triplet: 5E, 84 and 77. RGB value is (94,132,119). Sum of RGB (Red+Green+Blue) = 94+132+119=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8477 is #A17B88. Grayscale: #777777. Windows color (decimal): -10582921 or 7832670. OLE color: 7832670.
HSL color Cylindrical-coordinate representation of color #5E8477: hue angle of 159.47º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8477 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 119 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.48 |
| HSL | 159.47º | 0.17% | 0.44% | - |
| HSV(B) | 159.47º | 0.29% | 0.52% | - |
| XYZ | 16.2 | 20.21 | 20.5 | - |
| YUV | 119.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 119 | 0.29 | 0 | 0.10 | 0.48 | 159.47 | 0.17 | 0.44 |
| Hex | 5E | 84 | 77 | 1D | 0 | A | 30 | 9F | 11 | 2C |
| Octal | 136 | 204 | 167 | 35 | 0 | 12 | 60 | 237 | 21 | 54 |
| Binary | 1011110 | 10000100 | 1110111 | 11101 | 0 | 1010 | 110000 | 10011111 | 10001 | 101100 |
Color Harmonies of #5E8477
Complementary color
Monochromatic Colors of #5E8477
Black with #5E8477
Text Example
Text Example
White with #5E8477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8477; }
p { color: rgb(94,132,119); }
H1.HeaderClassName
{
color: #5E8477;
}
.AnyTagClassName
{
color: #5E8477;
}
</style>
background-color css
<style>
a { background-color: #5E8477; }
a { background-color: rgb(94,132,119); }
div.DivClassName
{
background-color: #5E8477;
}
.BgClassName
{
background-color: #5E8477;
}
</style>
border-color css
<style>
span { border-color: #5E8477; }
span { border-color: rgb(94,132,119); }
td.TdClassName
{
border-color: #5E8477;
}
.TagClassName
{
border-color: #5E8477;
}
</style>