Shades of Cutty Sark #5E8170
Tints of Cutty Sark #5E8170
RGB
CMYK
RGB Variations
Color information
#5E8170 (or 0x5E8170) is known color: Cutty Sark. HEX triplet: 5E, 81 and 70. RGB value is (94,129,112). Sum of RGB (Red+Green+Blue) = 94+129+112=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8170 is #A17E8F. Grayscale: #747474. Windows color (decimal): -10583696 or 7373150. OLE color: 7373150.
HSL color Cylindrical-coordinate representation of color #5E8170: hue angle of 150.86º 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 #5E8170 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 112 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.49 |
| HSL | 150.86º | 0.16% | 0.44% | - |
| HSV(B) | 150.86º | 0.27% | 0.51% | - |
| XYZ | 15.39 | 19.25 | 18.23 | - |
| YUV | 116.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 112 | 0.27 | 0 | 0.13 | 0.49 | 150.86 | 0.16 | 0.44 |
| Hex | 5E | 81 | 70 | 1B | 0 | D | 31 | 97 | 10 | 2C |
| Octal | 136 | 201 | 160 | 33 | 0 | 15 | 61 | 227 | 20 | 54 |
| Binary | 1011110 | 10000001 | 1110000 | 11011 | 0 | 1101 | 110001 | 10010111 | 10000 | 101100 |
Color Harmonies of #5E8170
Complementary color
Monochromatic Colors of #5E8170
Black with #5E8170
Text Example
Text Example
White with #5E8170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8170; }
p { color: rgb(94,129,112); }
H1.HeaderClassName
{
color: #5E8170;
}
.AnyTagClassName
{
color: #5E8170;
}
</style>
background-color css
<style>
a { background-color: #5E8170; }
a { background-color: rgb(94,129,112); }
div.DivClassName
{
background-color: #5E8170;
}
.BgClassName
{
background-color: #5E8170;
}
</style>
border-color css
<style>
span { border-color: #5E8170; }
span { border-color: rgb(94,129,112); }
td.TdClassName
{
border-color: #5E8170;
}
.TagClassName
{
border-color: #5E8170;
}
</style>