#5E8479

Color #5E8479 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #5E8479

Tints of Cutty Sark #5E8479

Color information

#5E8479 (or 0x5E8479) is unknown color: approx Cutty Sark. HEX triplet: 5E, 84 and 79. RGB value is (94,132,121). Sum of RGB (Red+Green+Blue) = 94+132+121=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8479 is #A17B86. Grayscale: #777777. Windows color (decimal): -10582919 or 7963742. OLE color: 7963742.

HSL color Cylindrical-coordinate representation of color #5E8479: hue angle of 162.63º 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 #5E8479 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB94132121-
CMYK0.2900.080.48
HSL162.63º16.81%44.31%-
HSV(B)162.63º28.79%51.76%-
XYZ16.3220.2621.14-
YUV119.38128.91109.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=27.09%
G=38.04%
B=34.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941321210.2900.080.48162.6316.8144.31
Hex5E84791D0830a3112c
Octal13620417135010602432154
Binary101111010000100111100111101010001100001010001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E8479; }

 p { color: rgb(94,132,121); }

 H1.HeaderClassName
 {
   color: #5E8479;
 }
 .AnyTagClassName
 {
   color: #5E8479;
 }
</style>
background-color css

<style>
 a { background-color: #5E8479; }

 a { background-color: rgb(94,132,121); }

 div.DivClassName
 {
   background-color: #5E8479;
 }
 .BgClassName
 {
   background-color: #5E8479;
 }
</style>
border-color css

<style>
 span { border-color: #5E8479; }

 span { border-color: rgb(94,132,121); }

 td.TdClassName
 {
   border-color: #5E8479;
 }
 .TagClassName
 {
   border-color: #5E8479;
 }
</style>