Shades of Cutty Sark #5E8472
Tints of Cutty Sark #5E8472
RGB
CMYK
RGB Variations
Color information
#5E8472 (or 0x5E8472) is known color: Cutty Sark. HEX triplet: 5E, 84 and 72. RGB value is (94,132,114). Sum of RGB (Red+Green+Blue) = 94+132+114=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8472 is #A17B8D. Grayscale: #767676. Windows color (decimal): -10582926 or 7504990. OLE color: 7504990.
HSL color Cylindrical-coordinate representation of color #5E8472: hue angle of 151.58º 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 #5E8472 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 114 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.48 |
| HSL | 151.58º | 0.17% | 0.44% | - |
| HSV(B) | 151.58º | 0.29% | 0.52% | - |
| XYZ | 15.9 | 20.1 | 18.96 | - |
| YUV | 118.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 114 | 0.29 | 0 | 0.14 | 0.48 | 151.58 | 0.17 | 0.44 |
| Hex | 5E | 84 | 72 | 1D | 0 | E | 30 | 98 | 11 | 2C |
| Octal | 136 | 204 | 162 | 35 | 0 | 16 | 60 | 230 | 21 | 54 |
| Binary | 1011110 | 10000100 | 1110010 | 11101 | 0 | 1110 | 110000 | 10011000 | 10001 | 101100 |
Color Harmonies of #5E8472
Complementary color
Monochromatic Colors of #5E8472
Black with #5E8472
Text Example
Text Example
White with #5E8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8472; }
p { color: rgb(94,132,114); }
H1.HeaderClassName
{
color: #5E8472;
}
.AnyTagClassName
{
color: #5E8472;
}
</style>
background-color css
<style>
a { background-color: #5E8472; }
a { background-color: rgb(94,132,114); }
div.DivClassName
{
background-color: #5E8472;
}
.BgClassName
{
background-color: #5E8472;
}
</style>
border-color css
<style>
span { border-color: #5E8472; }
span { border-color: rgb(94,132,114); }
td.TdClassName
{
border-color: #5E8472;
}
.TagClassName
{
border-color: #5E8472;
}
</style>