Shades of Cutty Sark #5E8173
Tints of Cutty Sark #5E8173
RGB
CMYK
RGB Variations
Color information
#5E8173 (or 0x5E8173) is known color: Cutty Sark. HEX triplet: 5E, 81 and 73. RGB value is (94,129,115). Sum of RGB (Red+Green+Blue) = 94+129+115=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8173 is #A17E8C. Grayscale: #747474. Windows color (decimal): -10583693 or 7569758. OLE color: 7569758.
HSL color Cylindrical-coordinate representation of color #5E8173: hue angle of 156º 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 #5E8173 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 115 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.49 |
| HSL | 156º | 0.16% | 0.44% | - |
| HSV(B) | 156º | 0.27% | 0.51% | - |
| XYZ | 15.56 | 19.32 | 19.13 | - |
| YUV | 116.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 115 | 0.27 | 0 | 0.11 | 0.49 | 156 | 0.16 | 0.44 |
| Hex | 5E | 81 | 73 | 1B | 0 | B | 31 | 9C | 10 | 2C |
| Octal | 136 | 201 | 163 | 33 | 0 | 13 | 61 | 234 | 20 | 54 |
| Binary | 1011110 | 10000001 | 1110011 | 11011 | 0 | 1011 | 110001 | 10011100 | 10000 | 101100 |
Color Harmonies of #5E8173
Complementary color
Monochromatic Colors of #5E8173
Black with #5E8173
Text Example
Text Example
White with #5E8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8173; }
p { color: rgb(94,129,115); }
H1.HeaderClassName
{
color: #5E8173;
}
.AnyTagClassName
{
color: #5E8173;
}
</style>
background-color css
<style>
a { background-color: #5E8173; }
a { background-color: rgb(94,129,115); }
div.DivClassName
{
background-color: #5E8173;
}
.BgClassName
{
background-color: #5E8173;
}
</style>
border-color css
<style>
span { border-color: #5E8173; }
span { border-color: rgb(94,129,115); }
td.TdClassName
{
border-color: #5E8173;
}
.TagClassName
{
border-color: #5E8173;
}
</style>