Shades of Cutty Sark #5E8672
Tints of Cutty Sark #5E8672
RGB
CMYK
RGB Variations
Color information
#5E8672 (or 0x5E8672) is known color: Cutty Sark. HEX triplet: 5E, 86 and 72. RGB value is (94,134,114). Sum of RGB (Red+Green+Blue) = 94+134+114=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8672 is #A1798D. Grayscale: #777777. Windows color (decimal): -10582414 or 7505502. OLE color: 7505502.
HSL color Cylindrical-coordinate representation of color #5E8672: hue angle of 150º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E8672 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 114 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.47 |
| HSL | 150º | 0.18% | 0.45% | - |
| HSV(B) | 150º | 0.3% | 0.53% | - |
| XYZ | 16.18 | 20.64 | 19.05 | - |
| YUV | 119.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 114 | 0.30 | 0 | 0.15 | 0.47 | 150 | 0.18 | 0.45 |
| Hex | 5E | 86 | 72 | 1E | 0 | F | 2F | 96 | 12 | 2D |
| Octal | 136 | 206 | 162 | 36 | 0 | 17 | 57 | 226 | 22 | 55 |
| Binary | 1011110 | 10000110 | 1110010 | 11110 | 0 | 1111 | 101111 | 10010110 | 10010 | 101101 |
Color Harmonies of #5E8672
Complementary color
Monochromatic Colors of #5E8672
Black with #5E8672
Text Example
Text Example
White with #5E8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8672; }
p { color: rgb(94,134,114); }
H1.HeaderClassName
{
color: #5E8672;
}
.AnyTagClassName
{
color: #5E8672;
}
</style>
background-color css
<style>
a { background-color: #5E8672; }
a { background-color: rgb(94,134,114); }
div.DivClassName
{
background-color: #5E8672;
}
.BgClassName
{
background-color: #5E8672;
}
</style>
border-color css
<style>
span { border-color: #5E8672; }
span { border-color: rgb(94,134,114); }
td.TdClassName
{
border-color: #5E8672;
}
.TagClassName
{
border-color: #5E8672;
}
</style>