Shades of Cutty Sark #5E8174
Tints of Cutty Sark #5E8174
RGB
CMYK
RGB Variations
Color information
#5E8174 (or 0x5E8174) is known color: Cutty Sark. HEX triplet: 5E, 81 and 74. RGB value is (94,129,116). Sum of RGB (Red+Green+Blue) = 94+129+116=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8174 is #A17E8B. Grayscale: #757575. Windows color (decimal): -10583692 or 7635294. OLE color: 7635294.
HSL color Cylindrical-coordinate representation of color #5E8174: hue angle of 157.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E8174 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 116 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.49 |
| HSL | 157.71º | 0.16% | 0.44% | - |
| HSV(B) | 157.71º | 0.27% | 0.51% | - |
| XYZ | 15.62 | 19.34 | 19.43 | - |
| YUV | 117.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 116 | 0.27 | 0 | 0.10 | 0.49 | 157.71 | 0.16 | 0.44 |
| Hex | 5E | 81 | 74 | 1B | 0 | A | 31 | 9E | 10 | 2C |
| Octal | 136 | 201 | 164 | 33 | 0 | 12 | 61 | 236 | 20 | 54 |
| Binary | 1011110 | 10000001 | 1110100 | 11011 | 0 | 1010 | 110001 | 10011110 | 10000 | 101100 |
Color Harmonies of #5E8174
Complementary color
Monochromatic Colors of #5E8174
Black with #5E8174
Text Example
Text Example
White with #5E8174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8174; }
p { color: rgb(94,129,116); }
H1.HeaderClassName
{
color: #5E8174;
}
.AnyTagClassName
{
color: #5E8174;
}
</style>
background-color css
<style>
a { background-color: #5E8174; }
a { background-color: rgb(94,129,116); }
div.DivClassName
{
background-color: #5E8174;
}
.BgClassName
{
background-color: #5E8174;
}
</style>
border-color css
<style>
span { border-color: #5E8174; }
span { border-color: rgb(94,129,116); }
td.TdClassName
{
border-color: #5E8174;
}
.TagClassName
{
border-color: #5E8174;
}
</style>