Shades of Cutty Sark #5E7D75
Tints of Cutty Sark #5E7D75
RGB
CMYK
RGB Variations
Color information
#5E7D75 (or 0x5E7D75) is known color: Cutty Sark. HEX triplet: 5E, 7D and 75. RGB value is (94,125,117). Sum of RGB (Red+Green+Blue) = 94+125+117=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7D75 is #A1828A. Grayscale: #727272. Windows color (decimal): -10584715 or 7699806. OLE color: 7699806.
HSL color Cylindrical-coordinate representation of color #5E7D75: hue angle of 164.52º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7D75 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 125 | 117 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.51 |
| HSL | 164.52º | 0.14% | 0.43% | - |
| HSV(B) | 164.52º | 0.25% | 0.49% | - |
| XYZ | 15.16 | 18.33 | 19.57 | - |
| YUV | 114.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 125 | 117 | 0.25 | 0 | 0.06 | 0.51 | 164.52 | 0.14 | 0.43 |
| Hex | 5E | 7D | 75 | 19 | 0 | 6 | 33 | A5 | E | 2B |
| Octal | 136 | 175 | 165 | 31 | 0 | 6 | 63 | 245 | 16 | 53 |
| Binary | 1011110 | 1111101 | 1110101 | 11001 | 0 | 110 | 110011 | 10100101 | 1110 | 101011 |
Color Harmonies of #5E7D75
Complementary color
Monochromatic Colors of #5E7D75
Black with #5E7D75
Text Example
Text Example
White with #5E7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7D75; }
p { color: rgb(94,125,117); }
H1.HeaderClassName
{
color: #5E7D75;
}
.AnyTagClassName
{
color: #5E7D75;
}
</style>
background-color css
<style>
a { background-color: #5E7D75; }
a { background-color: rgb(94,125,117); }
div.DivClassName
{
background-color: #5E7D75;
}
.BgClassName
{
background-color: #5E7D75;
}
</style>
border-color css
<style>
span { border-color: #5E7D75; }
span { border-color: rgb(94,125,117); }
td.TdClassName
{
border-color: #5E7D75;
}
.TagClassName
{
border-color: #5E7D75;
}
</style>