#5E796E

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

Shades of Cutty Sark #5E796E

Tints of Cutty Sark #5E796E

Color information

#5E796E (or 0x5E796E) is unknown color: approx Cutty Sark. HEX triplet: 5E, 79 and 6E. RGB value is (94,121,110). Sum of RGB (Red+Green+Blue) = 94+121+110=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #5E796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E796E is #A18691. Grayscale: #6F6F6F. Windows color (decimal): -10585746 or 7240030. OLE color: 7240030.

HSL color Cylindrical-coordinate representation of color #5E796E: hue angle of 155.56º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E796E is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB94121110-
CMYK0.2200.090.53
HSL155.56º12.56%42.16%-
HSV(B)155.56º22.31%47.45%-
XYZ14.2717.1817.32-
YUV111.67127.05115.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.92%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=28.92%
G=37.23%
B=33.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941211100.2200.090.53155.5612.5642.16
Hex5E796E1609359cd2a
Octal13617115626011652341552
Binary1011110111100111011101011001001110101100111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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