Shades of Cutty Sark #5E847A
Tints of Cutty Sark #5E847A
RGB
CMYK
RGB Variations
Color information
#5E847A (or 0x5E847A) is known color: Cutty Sark. HEX triplet: 5E, 84 and 7A. RGB value is (94,132,122). Sum of RGB (Red+Green+Blue) = 94+132+122=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #5E847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E847A is #A17B85. Grayscale: #777777. Windows color (decimal): -10582918 or 8029278. OLE color: 8029278.
HSL color Cylindrical-coordinate representation of color #5E847A: hue angle of 164.21º 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 #5E847A is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 122 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.48 |
| HSL | 164.21º | 0.17% | 0.44% | - |
| HSV(B) | 164.21º | 0.29% | 0.52% | - |
| XYZ | 16.38 | 20.29 | 21.46 | - |
| YUV | 119.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 122 | 0.29 | 0 | 0.08 | 0.48 | 164.21 | 0.17 | 0.44 |
| Hex | 5E | 84 | 7A | 1D | 0 | 8 | 30 | A4 | 11 | 2C |
| Octal | 136 | 204 | 172 | 35 | 0 | 10 | 60 | 244 | 21 | 54 |
| Binary | 1011110 | 10000100 | 1111010 | 11101 | 0 | 1000 | 110000 | 10100100 | 10001 | 101100 |
Color Harmonies of #5E847A
Complementary color
Monochromatic Colors of #5E847A
Black with #5E847A
Text Example
Text Example
White with #5E847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E847A; }
p { color: rgb(94,132,122); }
H1.HeaderClassName
{
color: #5E847A;
}
.AnyTagClassName
{
color: #5E847A;
}
</style>
background-color css
<style>
a { background-color: #5E847A; }
a { background-color: rgb(94,132,122); }
div.DivClassName
{
background-color: #5E847A;
}
.BgClassName
{
background-color: #5E847A;
}
</style>
border-color css
<style>
span { border-color: #5E847A; }
span { border-color: rgb(94,132,122); }
td.TdClassName
{
border-color: #5E847A;
}
.TagClassName
{
border-color: #5E847A;
}
</style>