Shades of Cutty Sark #5E9275
Tints of Cutty Sark #5E9275
RGB
CMYK
RGB Variations
Color information
#5E9275 (or 0x5E9275) is known color: Cutty Sark. HEX triplet: 5E, 92 and 75. RGB value is (94,146,117). Sum of RGB (Red+Green+Blue) = 94+146+117=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9275 is #A16D8A. Grayscale: #7F7F7F. Windows color (decimal): -10579339 or 7705182. OLE color: 7705182.
HSL color Cylindrical-coordinate representation of color #5E9275: hue angle of 146.54º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9275 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 117 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.43 |
| HSL | 146.54º | 0.22% | 0.47% | - |
| HSV(B) | 146.54º | 0.36% | 0.57% | - |
| XYZ | 18.11 | 24.22 | 20.55 | - |
| YUV | 127.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 117 | 0.36 | 0 | 0.20 | 0.43 | 146.54 | 0.22 | 0.47 |
| Hex | 5E | 92 | 75 | 24 | 0 | 14 | 2B | 93 | 16 | 2F |
| Octal | 136 | 222 | 165 | 44 | 0 | 24 | 53 | 223 | 26 | 57 |
| Binary | 1011110 | 10010010 | 1110101 | 100100 | 0 | 10100 | 101011 | 10010011 | 10110 | 101111 |
Color Harmonies of #5E9275
Complementary color
Monochromatic Colors of #5E9275
Black with #5E9275
Text Example
Text Example
White with #5E9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9275; }
p { color: rgb(94,146,117); }
H1.HeaderClassName
{
color: #5E9275;
}
.AnyTagClassName
{
color: #5E9275;
}
</style>
background-color css
<style>
a { background-color: #5E9275; }
a { background-color: rgb(94,146,117); }
div.DivClassName
{
background-color: #5E9275;
}
.BgClassName
{
background-color: #5E9275;
}
</style>
border-color css
<style>
span { border-color: #5E9275; }
span { border-color: rgb(94,146,117); }
td.TdClassName
{
border-color: #5E9275;
}
.TagClassName
{
border-color: #5E9275;
}
</style>