Shades of Cutty Sark #5E7A73
Tints of Cutty Sark #5E7A73
RGB
CMYK
RGB Variations
Color information
#5E7A73 (or 0x5E7A73) is known color: Cutty Sark. HEX triplet: 5E, 7A and 73. RGB value is (94,122,115). Sum of RGB (Red+Green+Blue) = 94+122+115=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A73 is #A1858C. Grayscale: #707070. Windows color (decimal): -10585485 or 7567966. OLE color: 7567966.
HSL color Cylindrical-coordinate representation of color #5E7A73: hue angle of 165º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E7A73 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
RGB | 94 | 122 | 115 | - |
CMYK | 0.23 | 0 | 0.06 | 0.52 |
HSL | 165º | 0.13% | 0.42% | - |
HSV(B) | 165º | 0.23% | 0.48% | - |
XYZ | 14.67 | 17.54 | 18.83 | - |
YUV | 112.83 | 129.22 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 122 | 115 | 0.23 | 0 | 0.06 | 0.52 | 165 | 0.13 | 0.42 |
Hex | 5E | 7A | 73 | 17 | 0 | 6 | 34 | A5 | D | 2A |
Octal | 136 | 172 | 163 | 27 | 0 | 6 | 64 | 245 | 15 | 52 |
Binary | 1011110 | 1111010 | 1110011 | 10111 | 0 | 110 | 110100 | 10100101 | 1101 | 101010 |
Color Harmonies of #5E7A73
Complementary color
Monochromatic Colors of #5E7A73
Black with #5E7A73
Text Example
Text Example
White with #5E7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7A73; }
p { color: rgb(94,122,115); }
H1.HeaderClassName
{
color: #5E7A73;
}
.AnyTagClassName
{
color: #5E7A73;
}
</style>
background-color css
<style>
a { background-color: #5E7A73; }
a { background-color: rgb(94,122,115); }
div.DivClassName
{
background-color: #5E7A73;
}
.BgClassName
{
background-color: #5E7A73;
}
</style>
border-color css
<style>
span { border-color: #5E7A73; }
span { border-color: rgb(94,122,115); }
td.TdClassName
{
border-color: #5E7A73;
}
.TagClassName
{
border-color: #5E7A73;
}
</style>