Shades of Cutty Sark #5E8774
Tints of Cutty Sark #5E8774
RGB
CMYK
RGB Variations
Color information
#5E8774 (or 0x5E8774) is known color: Cutty Sark. HEX triplet: 5E, 87 and 74. RGB value is (94,135,116). Sum of RGB (Red+Green+Blue) = 94+135+116=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8774 is #A1788B. Grayscale: #787878. Windows color (decimal): -10582156 or 7636830. OLE color: 7636830.
HSL color Cylindrical-coordinate representation of color #5E8774: hue angle of 152.2º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E8774 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 116 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.47 |
| HSL | 152.2º | 0.18% | 0.45% | - |
| HSV(B) | 152.2º | 0.3% | 0.53% | - |
| XYZ | 16.43 | 20.97 | 19.7 | - |
| YUV | 120.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 116 | 0.30 | 0 | 0.14 | 0.47 | 152.2 | 0.18 | 0.45 |
| Hex | 5E | 87 | 74 | 1E | 0 | E | 2F | 98 | 12 | 2D |
| Octal | 136 | 207 | 164 | 36 | 0 | 16 | 57 | 230 | 22 | 55 |
| Binary | 1011110 | 10000111 | 1110100 | 11110 | 0 | 1110 | 101111 | 10011000 | 10010 | 101101 |
Color Harmonies of #5E8774
Complementary color
Monochromatic Colors of #5E8774
Black with #5E8774
Text Example
Text Example
White with #5E8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8774; }
p { color: rgb(94,135,116); }
H1.HeaderClassName
{
color: #5E8774;
}
.AnyTagClassName
{
color: #5E8774;
}
</style>
background-color css
<style>
a { background-color: #5E8774; }
a { background-color: rgb(94,135,116); }
div.DivClassName
{
background-color: #5E8774;
}
.BgClassName
{
background-color: #5E8774;
}
</style>
border-color css
<style>
span { border-color: #5E8774; }
span { border-color: rgb(94,135,116); }
td.TdClassName
{
border-color: #5E8774;
}
.TagClassName
{
border-color: #5E8774;
}
</style>